<?php
-// vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
+// vim: set expandtab tabstop=4 shiftwidth=4 binary:
// +--------------------------------------------------------------------+
// | BIFE - Buil It FastEr |
// +--------------------------------------------------------------------+
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) {