0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

move comments to the beginning of upgrade.php

This commit is contained in:
Christian Boltz 2019-01-28 00:47:24 +01:00
parent a2e2cdce8c
commit acf20bbc9e
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -1,4 +1,8 @@
<?php
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
# Note: run with upgrade.php?debug=1 to see all SQL error messages
if (!defined('POSTFIXADMIN')) {
require_once('common.php');
}
@ -6,11 +10,6 @@ if (!defined('POSTFIXADMIN')) {
if (!isset($CONF) || !is_array($CONF)) {
die("config.inc.php seems invalid");
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
# @version $Id$
# Note: run with upgrade.php?debug=1 to see all SQL error messages
/**
* Use this to check whether an object (table, index etc) exists within a