mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-16 04:22:05 +01:00
4617167ac858d79cd8ecec1ccb736490055cbfb0
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:~# ```
update lscpd to fix: https://forums.cyberpanel.net/discussion/4366/run-commands-when-webhook-is-fired-doesnt-work
CyberPanel
Webhosting control panel that uses OpenLiteSpeed as web server.
Features
- Different Level Of users.
- Auto SSL.
- FTP Server.
- Light weight DNS Server (PowerDNS).
- PHPMYAdmin.
- Email Support (Rainloop).
- FileManager.
- PHP Managment.
- Firewall (FirewallD & ConfigServer Firewall Intregration).
- One click Backup and Restore.
Supported PHPs
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- PHP 7.1
- PHP 7.2
- PHP 7.3
- PHP 7.4
Installation Instructions
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Resources
Languages
JavaScript
74.7%
HTML
9.1%
Python
8.8%
CSS
5.9%
Shell
0.9%
Other
0.6%