move comments to the beginning of upgrade.php

pull/244/head
Christian Boltz 7 years ago
parent a2e2cdce8c
commit acf20bbc9e
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

@ -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

Loading…
Cancel
Save