diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:06:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 01:05:43 -0500 |
commit | e3dfb09aec084fc6bd119309ce949eaab714eae7 (patch) | |
tree | adff790795bcf713dab31e7c537753a3c4cf62b8 /web/template | |
parent | 05bf00c441283bb4267e328bf463c83745fec22b (diff) |
Re-brand to clarify that the software is aurweb; the instance is the AUR.
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/template.phps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/template.phps b/web/template/template.phps index 4f8117c..c395c2a 100644 --- a/web/template/template.phps +++ b/web/template/template.phps @@ -4,7 +4,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib'); -include("aur.inc.php"); # access AUR common functions +include("aur.inc.php"); # access aurweb common functions set_lang(); # this sets up the visitor's language check_sid(); # see if they're still logged in html_header(); # print out the HTML header |