Project

General

Profile

« Previous | Next » 

Revision 1535

Added by Dietmar almost 13 years ago

! changes in code modul
+ add function getTableEngine to class.database
+ add Quickskin to include folder
+ add reworkes Droplet SectionPicker to load modules frontend.css

View differences:

uninstall.php
3 3
 *
4 4
 * @category        modules
5 5
 * @package         show_menu2
6
 * @author          Independend-Software-Team
7 6
 * @author          WebsiteBaker Project
8
 * @copyright       2004-2009, Ryan Djurovich
9 7
 * @copyright       2009-2011, Website Baker Org. e.V.
10 8
 * @link            http://www.websitebaker2.org/
11 9
 * @license         http://www.gnu.org/licenses/gpl.html
......
18 16
 */
19 17

  
20 18
// Must include code to stop this file being access directly
21
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
22

  
23
?>
19
/* -------------------------------------------------------- */
20
if(defined('WB_PATH') == false)
21
{
22
	// Stop this file being access directly
23
		die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
24
}
25
/* -------------------------------------------------------- */

Also available in: Unified diff