Add SITE_URL constant.

This commit is contained in:
kj 2021-07-10 15:53:48 -04:00
parent e424139072
commit 9785954870
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
<?php
define('dbhost', 'localhost');
define('dbname', '');
define('dbuser', '');
define('dbpass', '');
define('SITE_URL', '');
define('ROOT_DIR', __DIR__);
?>