string _findReal(
string
$nice
)
|
|
find real script name
Parameters:
|
string |
$nice: |
requested page name |
API Tags:
void _notFound(
string
$script
)
|
|
this is called, when page is not found - 404
Parameters:
|
string |
$script: |
requested page name |
boolean _splitURL(
string
$url
)
|
|
split URL into path and query
Parameters:
|
string |
$url: |
$_SERVER["REQUEST_URI"] |
string _sql(
string
$escape
)
|
|
attentd sql injection
Parameters:
|
string |
$escape: |
sql string from user |
API Tags:
| Return: | escaped sql string without injection |