* * minishowcase is a small and simple php/javascript online photo gallery, * powered by AJAX that lets you put easily your images in an online gallery, * without having to configure databases or changing and customising code * (though you may do it if you feel so inclined) allowing you to have an * up-and-running gallery in a few minutes. * * * DISCLAIMER: THIS SOFTWARE IS GIVEN 'AS IS' IN THE HOPE THAT IT WILL * BE USEFUL, BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE; * * * LICENSE: This work is licensed under the * #### Creative Commons Attribution-Share Alike 2.5 License. #### * You should have received a copy of the license with this software. * To view a copy of this license, visit * http://creativecommons.org/licenses/by-sa/2.5/ or send a letter to * Creative Commons, 543 Howard Street, 5th Floor, * San Francisco, California, 94105, USA. * * * For more information on minishowcase, please visit: * http://minishowcase.frwrd.net * */ ## error reporting ## error_reporting(E_ALL); ## setting: debug flag ## //$debug_main_flag = true; // NOT IN USE ## setting: include header/footer ## ## set to TRUE to embed the add_header.php and/or add_footer.php files $include_header = false; $include_footer = false; #### DO NOT CHANGE FROM HERE #################################### #### UNLESS YOU KNOW WHAT YOU'RE DOING, OF COURSE ############### ## import init file require_once("libraries/general.bootstrap.php"); ## DO NOT REMOVE THIS CODE, PLEASE :) ## include("config/version.php"); print("\n"); ?> <?php echo $settings['gallery_title']?>

[DEBUG]

...

 
tools:
[ ] |
'); phpinfo(INFO_CONFIGURATION); phpinfo(INFO_CONFIGURATION); phpinfo(INFO_ENVIRONMENT); phpinfo(INFO_VARIABLES); echo (''); } ?>