Git Codebase - Sn0wlink IT
FreDAM
Code:
Download ZIP
🗀 Docs
🗀 Modules
🗀 Sample-Data
🗀 images
README.md
config.php
favicon.ico
functions.php
index.php
layout.php
style.css
config.php
<?php // Display Debug Information $DisplayDebug = TRUE; // FALSE for production // Database Creds $DBserver = "localhost"; $DBusername = "FreDAMuser"; $DBpassword = "FreDAMpassword"; $DBname = "FreDAM"; // Setup Site Name $SiteName = "Digital Asset Management"; // Location where images are stored $StorageLocation = "Sample-Data"; ?>