Compare commits
No commits in common. "9785954870fc15222be4d7494f174af3123230cd" and "d23ecfbde661d899e69308573cca2681fd8480e0" have entirely different histories.
9785954870
...
d23ecfbde6
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
define('dbhost', 'localhost');
|
||||
define('dbname', '');
|
||||
define('dbuser', '');
|
||||
define('dbpass', '');
|
||||
|
||||
define('SITE_URL', '');
|
||||
|
||||
define('ROOT_DIR', __DIR__);
|
||||
?>
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
namespace Libs;
|
||||
|
||||
use Libs\Request;
|
||||
|
||||
class Router {
|
||||
private static $get = [];
|
||||
private static $post = [];
|
||||
|
Loading…
Reference in New Issue
Block a user