projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9f391
)
Fixed a typo.
author
Nik Okuntseff
<support@anuko.com>
Mon, 11 Feb 2019 18:22:27 +0000
(18:22 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Mon, 11 Feb 2019 18:22:27 +0000
(18:22 +0000)
dbinstall.php
patch
|
blob
|
history
diff --git
a/dbinstall.php
b/dbinstall.php
index
d39871f
..
e32df0e
100644
(file)
--- a/
dbinstall.php
+++ b/
dbinstall.php
@@
-92,7
+92,7
@@
if ($request->isGet()) {
echo('<font color="red">Error: PHP version is not high enough: '.phpversion().'. Required: '.$required_version.'.</font><br>');
}
- // Check i
s
PHP session path is writeable.
+ // Check i
f
PHP session path is writeable.
if (!is_writable(session_save_path())) {
echo('<font color="red">Error: PHP session path '.session_save_path().' is not writable.</font><br>');
}