Git Codebase - Sn0wlink IT
FredMin/modules
[...] Up Directory
add-sys-user.php
authlog.php
backup.php
cmd-line.php
cron-editor.php
debuglog.php
edit-hostname.php
edit-ip.php
file-explorer.php
foot.php
head.php
kernallog.php
logs.php
offsite-backup.php
passwd-change.php
phpinfo.php
remove-user.php
restart-apache.php
restart-mysql.php
restart-server.php
restart-ssh.php
smart.php
software.php
update.php
kernallog.php
<?php // Page name $pagename ="Kernal Log File"; // Include Files include ('./config/config.php'); include ('head.php'); include ('../functions.php'); echo "<p class='menu-header'>Kernal Logs</p><br />"; echo "<div class='catout'>"; $printkern = shell_exec('sudo cat /var/log/kern.log'); echo "$printkern"; echo "</div>"; // Footer include ('foot.php'); ?>