diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 15:59:19 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-12 15:59:19 +0300 |
| commit | 1f2ba932b80f6f978110b4d0a67fad3eeb5781ef (patch) | |
| tree | 9c2d1f2762363c80ed029e78b792b45062e72e75 /prefs.php | |
| parent | d23a261b92429b2064f6df43753f068851a3a457 (diff) | |
RIP easy-installer
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,8 +1,4 @@ <?php - if (file_exists("install") && !file_exists("config.php")) { - header("Location: install/"); - } - set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR . get_include_path()); |