see changeset:952 ... move php code out of template into here

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@953 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
David Goodwin 14 years ago
parent a7942d7059
commit b0bd8cd1f5

@ -19,7 +19,10 @@
if(!defined('POSTFIXADMIN')) { # already defined if called from setup.php
session_start();
define('POSTFIXADMIN', 1); # checked in included files
define('POSTFIXADMIN', 1); # checked in included files
if(empty($_SESSION['flash'])) {
$_SESSION['flash'] = array();
}
}
$incpath = dirname(__FILE__);

Loading…
Cancel
Save