diff options
author | V.Krishn <vkrishn@insteps.net> | 2022-12-05 03:20:04 +0530 |
---|---|---|
committer | V.Krishn <vkrishn@insteps.net> | 2022-12-05 03:20:04 +0530 |
commit | c5eec858eb7c24c6747ca3c8e21b5ceb018b2222 (patch) | |
tree | ee1917040c74b6a27863efffb9a5979c520205de | |
parent | f3a7a66bd162cd0e9825ae40060899ec9c72d397 (diff) | |
download | nbreader-c5eec858eb7c24c6747ca3c8e21b5ceb018b2222.tar.bz2 |
-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'; /* |