From 577fb1cd3b8d8ac6447f0f439ce71cfde53be1c2 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 19 Sep 2008 06:22:43 +0000 Subject: [PATCH] MDL-16556 Reverting commit of test code --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 657381fc701..81d3e782954 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ if (empty($SITE)) { redirect($CFG->wwwroot .'/'. $CFG->admin .'/index.php'); } -check_dir_exists('D:\VertrigoServ/moodledata/moodle_19/path/to/dir', true, true); + // Bounds for block widths // more flexible for theme designers taken from theme config.php $lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;