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
e49338af5e
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
6761e83c0e
bug fix: compressArchive
2020-07-21 14:21:58 +05:00
hennaboy
f654f47095
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
fbb49be8ae
Update mailscannerinstaller.sh
...
CLN Compatibility
2020-07-18 11:53:42 +01:00
Usman Nasir
0abcc8ebeb
fix https://github.com/usmannasir/cyberpanel/issues/388
2020-07-17 18:19:41 +05:00
Usman Nasir
5a04cf9cb3
fix spellings
2020-07-17 12:20:59 +05:00
Usman Nasir
fba0c04159
Merge branch 'stable' into v2.0.2-dev
2020-07-17 11:54:11 +05:00
Usman Nasir
33bf193046
enable remote mysql in my.cnf
2020-07-17 11:45:42 +05:00
Usman Nasir
fb670c81e8
add FLUSH PRIVILIGES
2020-07-17 01:18:02 +05:00
Usman Nasir
7c67993655
finish allow remote access for db user
2020-07-17 00:12:09 +05:00
Usman Nasir
c553c03253
db username
2020-07-16 22:30:29 +05:00
Usman Nasir
041a3af678
add remote access dialog box
2020-07-16 12:49:08 +05:00
Usman Nasir
9e41364883
add remote access dialog box
2020-07-16 12:12:19 +05:00
qtwrk
78645a2ad5
fix memcached ext on ubuntu20
2020-07-16 02:45:08 +02:00
Usman Nasir
5daae1ece9
set remote mysql url in phpmyadmin as well
2020-07-16 01:35:06 +05:00
Usman Nasir
c5efc728da
set remote mysql during wp installer
2020-07-16 01:23:23 +05:00
Usman Nasir
6047a2a744
set localhost to current ip if remote mysql used
2020-07-16 00:59:58 +05:00
qtwrk
4f6b252026
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
ef7723ee64
minor bug fix during backup restore
2020-07-06 15:50:00 +05:00
Usman Nasir
3b99510f58
respect remote mysql during upgrade
2020-07-06 12:57:22 +05:00
Usman Nasir
135bb2494a
enable remote mysql for other services
2020-07-06 11:28:41 +05:00
Usman Nasir
239cf01233
add ip to the remote
2020-07-05 21:04:38 +05:00
Usman Nasir
c881066878
bug fix: remote mysql install
2020-07-05 19:29:26 +05:00
Usman Nasir
19c89e9924
bug fix: remote mysql install
2020-07-05 19:07:12 +05:00
Usman Nasir
2a2866f362
install mysql even if remote
2020-07-05 18:47:36 +05:00
Usman Nasir
71644a3a83
allow to enter remote mysql default db
2020-07-05 16:15:08 +05:00
Usman Nasir
84536ea2d3
allow to enter remote mysql default db
2020-07-05 14:39:57 +05:00
Usman Nasir
a364434c68
allow to enter remote mysql default db
2020-07-05 14:38:24 +05:00
Usman Nasir
758273dbc6
bug fix: remote mysql install
2020-07-05 13:26:46 +05:00
Usman Nasir
575551d1fa
Merge branch 'v2.0.1' into v2.0.2-dev
2020-07-05 12:14:02 +05:00
Usman Nasir
06dade9910
bug fix : https://github.com/usmannasir/cyberpanel/issues/384
2020-07-05 12:07:37 +05:00
Usman Nasir
57e8a6ea4c
bug fix: https://github.com/usmannasir/cyberpanel/issues/385
2020-07-05 12:00:57 +05:00
Usman Nasir
1dab0cd671
Merge branch 'stable' into v2.0.1
2020-07-05 10:50:55 +05:00
qtwrk
b0b96055ca
Update cyberpanel_utility.sh
2020-07-04 03:29:57 +02:00
Usman Nasir
8255e7361d
Merge branch 'v2.0.1' into v2.0.2-dev
2020-07-02 23:35:51 +05:00
Usman Nasir
821eb4ef0b
add php 7.1 for cent8
2020-07-02 23:25:48 +05:00
Usman Nasir
b56004366a
bug fix: cent8 install
2020-07-02 22:55:05 +05:00
Usman Nasir
16e1521d68
install.py
2020-07-02 22:50:31 +05:00
Usman Nasir
9b1ac59bbd
bug fix: ident
2020-06-26 19:01:14 +05:00
Usman Nasir
51e9169c84
bug fix: ident
2020-06-26 18:59:44 +05:00
Usman Nasir
59bff6cff1
bug fix: spelling
2020-06-26 18:44:32 +05:00
Usman Nasir
c345270585
finish initial stage of remote mysql
2020-06-26 18:22:20 +05:00
Usman Nasir
f33e33850f
enable remote mysql in cyberpanel.sh
2020-06-26 13:05:04 +05:00
Usman Nasir
ce4fbb6560
enable remote mysql in cyberpanel.sh
2020-06-26 13:03:14 +05:00
Usman Nasir
6ba9da7831
enable remote mysql in cyberpanel.sh
2020-06-26 12:35:37 +05:00
Usman Nasir
7720006cd5
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
18245f80dd
enable remote mysql in cyberpanel.sh
2020-06-26 12:32:02 +05:00
Usman Nasir
aadd449efa
Merge pull request #370 from istiak101/patch-1
...
typos fix
2020-06-24 13:09:23 +05:00
Istiak Ferdous
3a405ac2c1
typos fix
2020-06-24 14:08:01 +06:00