Should not consider admin pages as special.
[dotclear.git] / _public.php
index e5f5f23..bb3e6b4 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+define('IS_PUBLIC_PAGE', 1);
+
 require_once dirname(__FILE__) . '/page.auth.php';
 require_once dirname(__FILE__) . '/widget.auth.php';
 require_once dirname(__FILE__) . '/widget.post.perms.php';