Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.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 : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /etc/cron.daily/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current 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

Hry