Add SITE_URL constant.
This commit is contained in:
parent
e424139072
commit
9785954870
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
define('dbhost', 'localhost');
|
||||
define('dbname', '');
|
||||
define('dbuser', '');
|
||||
define('dbpass', '');
|
||||
|
||||
define('SITE_URL', '');
|
||||
|
||||
define('ROOT_DIR', __DIR__);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user