GO ILLINI
06-21-2006, 03:54 AM
...stuff...
$path = 'C:\HLserver\cstrike';
...stuff...
// DO NOT EDIT
$cstrike = $path . '\\';
That is part of my config file for a program I'm making.
Is there any way that the user can just put the path with the \ on the end of it in the $path var? Or is there mayb a way that I could invisibly do the "$cstrike = $path . '\\';"
The one and only,
ILLINI
$path = 'C:\HLserver\cstrike';
...stuff...
// DO NOT EDIT
$cstrike = $path . '\\';
That is part of my config file for a program I'm making.
Is there any way that the user can just put the path with the \ on the end of it in the $path var? Or is there mayb a way that I could invisibly do the "$cstrike = $path . '\\';"
The one and only,
ILLINI