Git Codebase - Sn0wlink IT
FredMin
Code:
Download ZIP
🗀 config
🗀 custom-modules
🗀 docs
🗀 images
🗀 modules
🗀 plugins
🗀 software
- NOTES -
FredMin-1.0.zip
LICENSE
README.md
_config.yml
config.json
favicon-old.ico
favicon.ico
foot.php
functions.php
head.php
index-development.php
index.php
modules.php
screenshot.png
template.html
testcode.php
modules.php
<?php // Services echo "<p class='menu-header'>Restart Services</p><br />"; menuitem('Restart Apache','apache.png','restart-apache.php'); menuitem('Restart MySql','mysql.png','restart-mysql.php'); menuitem('Restart SSH','ssh.png','restart-ssh.php'); menuitem('Restart Server','serv-icon.png','restart-server.php'); // Programs echo "<p class='menu-header'>Programs</p></br>"; menuitem('PHPMyAdmin','phpmyadmin.png','../phpmyadmin'); menuitem('PHP Info','php.png','phpinfo.php'); menuitem('Install Software','install.png','software.php'); menuitem('File Explorer','files.png','file-explorer.php'); menuitem('Command Line','ssh.png','cmd-line.php'); // Maintenance echo "<p class='menu-header'>Maintenance</p></br>"; menuitem('Run Backup','backup.png','backup.php'); menuitem('Update Server','update.png','update.php'); menuitem('SMART Status','smart.png','smart.php'); menuitem('Change Hostname','ssh.png','edit-hostname.php'); menuitem('Change IP Address','ip.png','edit-ip.php'); // Administration echo "<p class='menu-header'>Administration</p></br>"; menuitem('Change Password','psswd-icon.png','passwd-change.php'); menuitem('Add User','user.png','add-sys-user.php'); menuitem('Remove User','rm-user.png','remove-user.php'); // Logs echo "<p class='menu-header'>Logs</p></br>"; menuitem('Auth Log','log.png','authlog.php'); menuitem('Kernal Log','log.png','kernallog.php'); menuitem('Debug Log','log.png','debuglog.php'); // Custom Plugins echo "<p class='menu-header'>Custom Modules</p></br>"; ?>