get_baseurl($ssl); } /** * @brief Removes the baseurl from an url. This avoids some mixed content problems. * * @param string $orig_url * * @return string The cleaned url */ function removedBaseUrl($orig_url) { self::init(); return self::$a->remove_baseurl($orig_url); } /// @todo Move the following functions from boot.php /* function get_guid($size = 16, $prefix = "") function killme() function goaway($s) function local_user() function public_contact() function remote_user() function notice($s) function info($s) function is_site_admin() function random_digits($digits) function get_server() function get_temppath() function get_cachefile($file, $writemode = true) function get_itemcachepath() function get_spoolpath() function current_load() */ }