Minor: Fixed return value
[biaweb_qt.git] / biaweb_strings.py
index 30b9f2c..65cb21f 100644 (file)
@@ -38,7 +38,7 @@ template_main = """<?xml version="1.0" encoding="UTF-8"?>
                </form>
        </div>
        <div id="footer">${copyright}<br />Site generated by
-       <a href=\"http://harishankar.org/software/biaweb.php\">BiaWeb</a> created by V. Harishankar</div>
+       <a href=\"http://harishankar.org/software/biaweb_qt.php\">BiaWeb Qt</a> created by V. Harishankar</div>
 </body>
 </html>"""
 
@@ -450,4 +450,9 @@ yes
 yet
 you
 your
-z""".split ("\n")
\ No newline at end of file
+z""".split ("\n")
+
+searchindex_htaccess = """<Files searchwords.idx>
+       order allow,deny
+       deny from all
+</Files>"""
\ No newline at end of file