diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 9e729ad..576a02c 100644 --- a/public/index.php +++ b/public/index.php @@ -100,7 +100,7 @@ switch (ENVIRONMENT) */ # $system_path = 'system'; // basic installation method # $system_path = 'phar:///tmp/codeigniter-3.0.0.phar'; // eg. with absolute path - $system_path = 'phar://lib/codeigniter/codeigniter-3.1.11.phar'; + $system_path = 'phar://lib/codeigniter/codeigniter-3.1.13.phar'; /* |