Revision 894
Added by aldus almost 17 years ago
| 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
remove debugging code