HEX
Server: Apache
System: Linux hybrid2683.fr.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User: sareqgroup (1004)
PHP: 7.3.33
Disabled: noop
Upload Files
File: //etc/cron.daily/autoupdatels
#!/bin/bash

#: Title       : autoupdatels
#: Date Created: Frid Aug 11 11:26:41 CDT 2017
#: Last Edit   : Frid Aug 11 15:15:43 CDT 2017
#: Author      : PlanetHoster (Quentin C.)
#: Version     : 1.01
#: Description : Update PHP and Apache version
#: Disclamer   : Please note that we cannot guarantee the relevance, timeliness, or accuracy of this script.
 
#: Make some sleep
sleep $[($RANDOM%7200)+1]s

#: Update LiteSpeed
if [ -f /usr/local/lsws/admin/misc/lsup.sh ]; 
then
    /usr/local/lsws/admin/misc/lsup.sh
fi