index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 10:51:20 -0400 |
---|---|---|
committer | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 10:53:42 -0400 |
commit | 0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (patch) | |
tree | 9e0b2054f2067039cfa5b3d01f9c282b7c44fd76 /buildmaster/build-list-links.php | |
parent | 1e8cfa2306848879b4fa4b39fb60e80389d3d808 (diff) |
-rw-r--r-- | buildmaster/build-list-links.php | 4 |
diff --git a/buildmaster/build-list-links.php b/buildmaster/build-list-links.php index 7b0243e..cbd41ef 100644 --- a/buildmaster/build-list-links.php +++ b/buildmaster/build-list-links.php @@ -1,6 +1,6 @@ <?php - -include "lib/mysql.php"; +require "../init.php"; +require BASE . "/lib/mysql.php"; $edges = ""; $knots = ""; |