diff options
Diffstat (limited to 'app/constants.php')
-rw-r--r-- | app/constants.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/constants.php b/app/constants.php index 93075892..aa417d88 100644 --- a/app/constants.php +++ b/app/constants.php @@ -1,8 +1,5 @@ <?php -// Custom session save path -defined('SESSION_SAVE_PATH') or define('SESSION_SAVE_PATH', ''); - // Application version defined('APP_VERSION') or define('APP_VERSION', 'master'); |