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