Project

General

Profile

« Previous | Next » 

Revision 894

Added by aldus almost 16 years ago

remove debugging code

View differences:

trunk/wb/admin/templates/uninstall.php
23 23

  
24 24
*/
25 25

  
26
$debug = true;
27

  
28
if (true === $debug) {
29
	ini_set('display_errors', 1);
30
	error_reporting(E_ALL);
31
}
32

  
33 26
// Check if user selected template
34 27
if(!isset($_POST['file']) OR $_POST['file'] == "") {
35 28
	header("Location: index.php");

Also available in: Unified diff