Changeset 877
- Timestamp:
- Oct 4, 2017, 11:04:33 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r864 r877 61 61 62 62 if(GetRemoteAddress() != '') 63 $this->BaseURL = substr($_SERVER["CONTEXT_PREFIX"], 0, -1); 63 { 64 $this->BaseURL = $_SERVER["CONTEXT_PREFIX"]; 65 if (substr($this->BaseURL, -1, 1) == '/') $this->BaseURL = substr($this->BaseURL, 0, -1); 66 } 64 67 $this->PathItems = ProcessURL(); 65 68 -
trunk/Install/deb/debian/conf/apache.conf
r873 r877 5 5 <Directory /usr/share/wowpreklad> 6 6 DirectoryIndex index.php 7 AllowOverride All 7 8 </Directory> -
trunk/Install/deb/debian/control
r873 r877 1 1 Source: wowpreklad 2 2 Maintainer: Chronos <robie@centrum.cz> 3 Section: devel3 Section: web 4 4 Priority: optional 5 5 Standards-Version: 1.0.0 -
trunk/Install/deb/debian/install
r873 r877 2 2 *.ico usr/share/wowpreklad 3 3 *.txt usr/share/wowpreklad 4 .htaccess usr/share/wowpreklad 4 5 5 6 Application usr/share/wowpreklad
Note:
See TracChangeset
for help on using the changeset viewer.