Add SITE_URL constant.
This commit is contained in:
parent
e424139072
commit
9785954870
@ -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__);
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user