Git Codebase - Sn0wlink IT
FreDAM/Modules/X - Development Modules/Picture Previews
[...] Up Directory
🗀 Images
app-config.php
edit.php
index.php
preview.php
save-data.php
save-data.php
<?php /* Preview Module ---------------------------- Author: David Collins-Cubitt */ echo "<meta http-equiv='refresh' content='10; url=index.php'>"; // Pull main config files include ('../../../config.php'); include ('../../../functions.php'); // Include Application Config include ('app-config.php'); // Build page layout PageHeader(); // Start page content here echo "Saving Data..."; // Build page footer PageFooter(); ?>