diff options
Diffstat (limited to 'src/config.sample.php')
| -rw-r--r-- | src/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.sample.php b/src/config.sample.php index 5962a20..f1c3a45 100644 --- a/src/config.sample.php +++ b/src/config.sample.php @@ -1,6 +1,7 @@ <?php // INSTANCE define("INSTANCE_NAME", "TinyEmotes"); +define("INSTANCE_STATIC_FOLDER", "static"); // Static folder. Used only in /404.php. // DATABASE define("DB_USER", "ENTER_DATABASE_USER"); // Database user. MANDATORY! |
