diff options
author | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-01 18:54:50 -0800 |
commit | 8207272fbc9cdc76988a2848552528e28951fe27 (patch) | |
tree | 1ddf5cab57f55349bcc6ee834ea0f2a9754a986b /util/db_update.php | |
parent | 58e3372b23b286334e5195b1b8f70448715ed493 (diff) | |
parent | a5256b7996bca6515becac8c2d5d0c56b31119ea (diff) | |
download | volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.gz volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.tar.bz2 volse-hubzilla-8207272fbc9cdc76988a2848552528e28951fe27.zip |
Merge branch 'pull'
Diffstat (limited to 'util/db_update.php')
-rwxr-xr-x | util/db_update.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/db_update.php b/util/db_update.php index 1da2a9909..a6177324a 100755 --- a/util/db_update.php +++ b/util/db_update.php @@ -1,5 +1,11 @@ <?php +/** +* @package util +*/ +/* +* require boot.php +*/ require_once("boot.php"); $a = new App; |