Git Codebase - Sn0wlink IT
FredMan
Code:
Download ZIP
🗀 Complete
🗀 InProgress
🗀 ToDo
NewTicket.php
README.md
Screenshot.png
config.php
deleteall.php
functions.php
index.php
layout.php
readme.md
style.php
ticket-layout.php
variables.php
config.php
<?php // Website Name $SiteName = 'FredMan - Project Manager'; // Where is the site? $AppLocation = '/var/www/html/FredMan'; // Developer Mode $HideErrors = true; // True or False // Update page every: 10 seconds $RefreshTime= '10'; ?>