You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Class that controls Friendly URL. It is focused on SEO best practices.
4
4
---
5
5
6
6
## Overview
7
-
This class __construct method accepts a initial $url to work with. Please note that the $url informed will be used as the ROOT URL (like the `<base href="$url" />` HTML tag).
7
+
This class __construct method accepts a initial $url to work with. Please note that the $url informed will be used as the ROOT URL (like the `<base href="<?php echo $url ?>" />` HTML tag).
8
8
9
9
It can also be omitted, but then the script will try to use $_SERVER values to build the URL.
0 commit comments