WhatTheServer
cfed2ded19
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
27313bd2c9
Merge branch 'v2.0.2-dev' of github.com:usmannasir/cyberpanel into v2.0.2-dev
2020-07-21 14:22:29 +05:00
Usman Nasir
04834f0727
bug fix: compressArchive
2020-07-21 14:21:58 +05:00
hennaboy
d1f04bff74
Merge branch 'v2.0.2-dev' of https://github.com/usmannasir/cyberpanel into v2.0.2-dev
2020-07-18 11:54:03 +01:00
hennaboy
4be36fab24
Update mailscannerinstaller.sh
...
CLN Compatibility
2020-07-18 11:53:42 +01:00
Usman Nasir
2246602adb
fix https://github.com/usmannasir/cyberpanel/issues/388
2020-07-17 18:19:41 +05:00
Usman Nasir
de013c183f
fix spellings
2020-07-17 12:20:59 +05:00
Usman Nasir
3e41556c91
Merge branch 'stable' into v2.0.2-dev
2020-07-17 11:54:11 +05:00
Usman Nasir
b87721b99b
enable remote mysql in my.cnf
2020-07-17 11:45:42 +05:00
Usman Nasir
091b3ef75b
add FLUSH PRIVILIGES
2020-07-17 01:18:02 +05:00
Usman Nasir
c80bc9d9e1
finish allow remote access for db user
2020-07-17 00:12:09 +05:00
Usman Nasir
9a85dbe654
db username
2020-07-16 22:30:29 +05:00
Usman Nasir
ef24d4fb42
add remote access dialog box
2020-07-16 12:49:08 +05:00
Usman Nasir
aca1948dac
add remote access dialog box
2020-07-16 12:12:19 +05:00
qtwrk
c7bac27ebb
fix memcached ext on ubuntu20
2020-07-16 02:45:08 +02:00
Usman Nasir
b017008b6c
set remote mysql url in phpmyadmin as well
2020-07-16 01:35:06 +05:00
Usman Nasir
2bd73d8c4a
set remote mysql during wp installer
2020-07-16 01:23:23 +05:00
Usman Nasir
9b7a5347b5
set localhost to current ip if remote mysql used
2020-07-16 00:59:58 +05:00
qtwrk
2995cd1ef8
fix redis missing on ubuntu 20
...
if apt multiple package , one of them missing , whole list will be skipped.
2020-07-15 00:31:14 +02:00
Usman Nasir
d2246f2afe
minor bug fix during backup restore
2020-07-06 15:50:00 +05:00
Usman Nasir
37539a3dd5
respect remote mysql during upgrade
2020-07-06 12:57:22 +05:00
Usman Nasir
8a6a55fa4b
enable remote mysql for other services
2020-07-06 11:28:41 +05:00
Usman Nasir
e3713bbc44
add ip to the remote
2020-07-05 21:04:38 +05:00
Usman Nasir
dd85054388
bug fix: remote mysql install
2020-07-05 19:29:26 +05:00
Usman Nasir
6ef2ffdd86
bug fix: remote mysql install
2020-07-05 19:07:12 +05:00
Usman Nasir
b12e678b04
install mysql even if remote
2020-07-05 18:47:36 +05:00
Usman Nasir
1f83c0d4e9
allow to enter remote mysql default db
2020-07-05 16:15:08 +05:00
Usman Nasir
78a89b79ff
allow to enter remote mysql default db
2020-07-05 14:39:57 +05:00
Usman Nasir
09e5da00d0
allow to enter remote mysql default db
2020-07-05 14:38:24 +05:00
Usman Nasir
58b10833a8
bug fix: remote mysql install
2020-07-05 13:26:46 +05:00
Usman Nasir
efd825c45b
Merge branch 'v2.0.1' into v2.0.2-dev
2020-07-05 12:14:02 +05:00
Usman Nasir
37b4d136b8
bug fix : https://github.com/usmannasir/cyberpanel/issues/384
2020-07-05 12:07:37 +05:00
Usman Nasir
419bbf58ee
bug fix: https://github.com/usmannasir/cyberpanel/issues/385
2020-07-05 12:00:57 +05:00
Usman Nasir
06d68e64bf
Merge branch 'stable' into v2.0.1
2020-07-05 10:50:55 +05:00
qtwrk
4e484f73fb
Update cyberpanel_utility.sh
2020-07-04 03:29:57 +02:00
Usman Nasir
0314c67de9
Merge branch 'v2.0.1' into v2.0.2-dev
2020-07-02 23:35:51 +05:00
Usman Nasir
7fdddb4fea
add php 7.1 for cent8
2020-07-02 23:25:48 +05:00
Usman Nasir
cd6495b7b9
bug fix: cent8 install
2020-07-02 22:55:05 +05:00
Usman Nasir
dfd1987002
install.py
2020-07-02 22:50:31 +05:00
Usman Nasir
d63a8681d2
bug fix: ident
2020-06-26 19:01:14 +05:00
Usman Nasir
1daf91b1e3
bug fix: ident
2020-06-26 18:59:44 +05:00
Usman Nasir
e3e6d0811b
bug fix: spelling
2020-06-26 18:44:32 +05:00
Usman Nasir
eaea0e3e37
finish initial stage of remote mysql
2020-06-26 18:22:20 +05:00
Usman Nasir
998f5f14c2
enable remote mysql in cyberpanel.sh
2020-06-26 13:05:04 +05:00
Usman Nasir
8df690f997
enable remote mysql in cyberpanel.sh
2020-06-26 13:03:14 +05:00
Usman Nasir
b0f9ceba31
enable remote mysql in cyberpanel.sh
2020-06-26 12:35:37 +05:00
Usman Nasir
1de9970ccc
Merge branch 'v2.0.2-dev' of github.com:usmannasir/cyberpanel into v2.0.2-dev
2020-06-26 12:33:30 +05:00
Usman Nasir
d6ad895131
enable remote mysql in cyberpanel.sh
2020-06-26 12:32:02 +05:00
Usman Nasir
8f333dfa91
Merge pull request #370 from istiak101/patch-1
...
typos fix
2020-06-24 13:09:23 +05:00
Istiak Ferdous
6395bb8259
typos fix
2020-06-24 14:08:01 +06:00