You've already forked postfixadmin
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user