Browse Source

Add SITE_URL constant.

master
kj 3 years ago
parent
commit
9785954870
  1. 2
      config.php

2
config.php

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

Loading…
Cancel
Save