added a new option - 'index_page'

added base_url_make() into codeigniter
This commit is contained in:
2010-08-03 05:55:12 +00:00
parent 7b08188e6a
commit 93a0375011
39 changed files with 202 additions and 125 deletions

View File

@ -40,6 +40,14 @@ ldap_admin_password = ""
;------------------------------------------------------------------------------
language = "auto"
;------------------------------------------------------------------------------
; Name of the index page. If you want to hide the index page name from
; the URL by rewriting it (e.g. mod_rewrite), you have to change this
; properly to match the rewriting rule
;------------------------------------------------------------------------------
index_page = "index.php"
;------------------------------------------------------------------------------
; When set to yes, viewing pages require a user to sign in.
;------------------------------------------------------------------------------