mirror of
https://git.code.sf.net/p/quake/website
synced 2024-12-18 08:22:54 +00:00
urgh.
This commit is contained in:
parent
a354de4d01
commit
a745ea73d5
1 changed files with 3 additions and 2 deletions
|
@ -89,9 +89,10 @@
|
||||||
reqIfNeeded ($libNames);
|
reqIfNeeded ($libNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actual code for the lib
|
// Actual code for the lib -- only one "$need" allowed from main system
|
||||||
if ($need)
|
if ($need)
|
||||||
need ($need);
|
addToArray ($need, $needs);
|
||||||
|
include siteHome . "/lib/$need.php";
|
||||||
unset ($need);
|
unset ($need);
|
||||||
}
|
}
|
||||||
} // !_LIBFUNCS_
|
} // !_LIBFUNCS_
|
||||||
|
|
Loading…
Reference in a new issue