diff options
Diffstat (limited to 'core/helpers/MY_url.php')
-rw-r--r-- | core/helpers/MY_url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/MY_url.php b/core/helpers/MY_url.php index bcdef4c5..a7746ff0 100644 --- a/core/helpers/MY_url.php +++ b/core/helpers/MY_url.php @@ -32,4 +32,4 @@ class url extends url_Core { public static function abs_site($path) { return url::site($path, "http"); } -}
\ No newline at end of file +} |