]> git.llucax.com Git - software/bife/base.git/blobdiff - src/BIFE/Link.php
Removed default link to index.xbf when url ends with '/'.
[software/bife/base.git] / src / BIFE / Link.php
index 0929c3f8752dd45d71c6001c1eb35501c01e3b14..c6e130119843770e434deb7265aa1f69c7f97f0b 100644 (file)
@@ -85,9 +85,6 @@ class BIFE_Link extends BIFE_Container {
     function getURL($attrs) // ~X2C
     {
         $url = @$attrs['URL'];
-        if (substr($url, strlen($url)-1) == '/') {
-            $url .= 'index.xbf'; // TODO - add a configuration option for this.
-        }
         unset($attrs['URL']);
         $query = array();
         foreach($attrs as $name => $value) {
@@ -148,4 +145,4 @@ class BIFE_Link extends BIFE_Container {
 
 } // -X2C Class :Link
 
-?>
\ No newline at end of file
+?>