Compare commits
2 Commits
d23ecfbde6
...
9785954870
Author | SHA1 | Date | |
---|---|---|---|
9785954870 | |||
e424139072 |
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('dbhost', 'localhost');
|
define('dbhost', 'localhost');
|
||||||
define('dbname', '');
|
define('dbname', '');
|
||||||
define('dbuser', '');
|
define('dbuser', '');
|
||||||
define('dbpass', '');
|
define('dbpass', '');
|
||||||
|
|
||||||
|
define('SITE_URL', '');
|
||||||
|
|
||||||
define('ROOT_DIR', __DIR__);
|
define('ROOT_DIR', __DIR__);
|
||||||
?>
|
?>
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
namespace Libs;
|
namespace Libs;
|
||||||
|
|
||||||
use Libs\Request;
|
|
||||||
|
|
||||||
class Router {
|
class Router {
|
||||||
private static $get = [];
|
private static $get = [];
|
||||||
private static $post = [];
|
private static $post = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user