- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
function BuildPath()
{
global $pathroot;
$full=strtolower(trim($_SERVER["site.ru"]));
$full=str_replace("\\\\","\\",$full);
$full=str_replace("\\","/",$full);
$full=str_replace("//","/",$full);
$small=strtolower(trim($_SERVER["PHP_SELF"]));
$small=str_replace("\\\\","\\",$small);
$small=str_replace("\\","/",$small);
$small=str_replace("//","/",$small);
}
guest 10.01.2012 07:58 # −1
Lure Of Chaos 11.01.2012 13:31 # 0
3.14159265 11.01.2012 16:34 # +1
absolut 29.01.2012 11:12 # 0
alex228 11.01.2012 16:33 # 0
guest 13.01.2012 17:49 # 0
ru_maniac 29.01.2012 10:29 # 0
absolut 29.01.2012 11:11 # 0
ru_maniac 29.01.2012 11:12 # 0
guest8 09.04.2019 12:29 # −999