diff --git a/config.example.php b/config.example.php new file mode 100644 index 0000000..9e465aa --- /dev/null +++ b/config.example.php @@ -0,0 +1,40 @@ + 'SET NAMES \'UTF8\'' + ) + ); + $config["site_db"]->setAttribute( PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION ); +} +catch(PDOException $e) { + echo $e->getMessage(); +} + +require_once __DIR__ . "/inc/functions.php"; +require_once __DIR__ . "/inc/sqkPaginator.php";