More rg=0
[squirrelmail.git] / src / folders.php
index 5137cd8f53b18b5a24a2aee078d074e51adb94fe..73d49b5ebbf2fc2cda225e4e87df7bfe55b1189e 100644 (file)
@@ -26,6 +26,18 @@ require_once(SM_PATH . 'functions/html.php');
 
 displayPageHeader($color, 'None');
 
+/* get globals we may need */
+
+$username = $_SESSION['username'];
+$key = $_COOKIE['key'];
+$delimiter = $_SESSION['delimiter'];
+$onetimepad = $_SESSION['onetimepad'];
+if (isset($_GET['success'])) {
+    $success = $_GET['success'];
+}
+
+/* end of get globals */
+
 echo '<br>' .
     html_tag( 'table', '', 'center', $color[0], 'width="95%" cellpadding="1" cellspacing="0" border="0"' ) .
         html_tag( 'tr' ) .