index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/gpg-keys.php | 2 |
diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php index b506b0c..9a43a87 100644 --- a/buildmaster/gpg-keys.php +++ b/buildmaster/gpg-keys.php @@ -1,4 +1,6 @@ <?php +require "../init.php" +require BASE . "/lib/mysql.php"; include "lib/mysql.php"; |