Cleanup: removed all closing tags in php files.
[fa-stable.git] / includes / ajax.inc
index 096d2391c0f9d91fdb782839222e36214d89accc..f71aaf47c987b2773af02ce0dd0e9ff506e39974 100644 (file)
@@ -159,4 +159,3 @@ function absolute_url($url)
 {
    return strpos($url, '..')===0 ? dirname($_SERVER['PHP_SELF']).'/'.$url : $url;
 }
-?>