Commit Graph

4 Commits

Author SHA1 Message Date
Michael Ramsey
b25215d807 add static function to get cyberpanel version clean 2021-04-18 00:58:33 -04:00
WhatTheServer
4617167ac8 Update php.ini
Set a default value for "date.timezone" to "UTC" as I noticed its unset by default and breaks logs and some CMS which needs this to log accurate times unless people setup a custom local value or manually set it.  This should ensure that this is always set to something to prevent the below.

```
root@server:~# for phpver in $(ls -1 /usr/local/lsws/ |grep lsphp | sed 's/lsphp//g') ; do echo ""; echo "LSPHP $phpver" ; /usr/local/lsws/lsphp$phpver/bin/php -i |grep -Ei 'date.timezone' && echo "" ; done

LSPHP 70
date.timezone => no value => no value


LSPHP 71
date.timezone => no value => no value


LSPHP 72
date.timezone => no value => no value


LSPHP 73
date.timezone => no value => no value


LSPHP 74
date.timezone => no value => no value

root@server:~#
```
2020-07-21 09:20:55 -04:00
Usman Nasir
0399a43830 Fix the Remote Backup Storage Issue 2019-06-08 21:41:43 +00:00
usmannasir
11eae3f9fe Initial Commit 2017-10-24 19:16:36 +05:00