HEX
Server: LiteSpeed
System: Linux in-mum-web921.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: u590867752 (590867752)
PHP: 8.2.33
Disabled: NONE
Upload Files
File: //etc/profile.d/crontab.sh
function __crontab {
  if [ -f /var/spool/cron/$(id -un) ]; then
    cat /var/spool/cron/$(id -un)
  else
    echo "no crontab for $(id -un)"
  fi
}
alias crontab='__crontab'