1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-12-03 23:11:12 +03:00

upgrade.php:

- only include common.php if POSTFIXADMIN is not define()d
  Avoids a "already defined" warning in setup.php


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@375 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2008-05-26 21:12:47 +00:00
parent d0910c1297
commit 380dd1e96e

View File

@@ -1,5 +1,7 @@
<?php <?php
if(!defined('POSTFIXADMIN')) {
require_once('common.php'); require_once('common.php');
}
// vim ts=4:sw=4:et // vim ts=4:sw=4:et
# Note: run with upgrade.php?debug=1 to see all SQL error messages # Note: run with upgrade.php?debug=1 to see all SQL error messages