/ Published in: PHP
Expand |
Embed | Plain Text
function Path($file) { return "./$file"; }else { $Path=".."; while(true) { $Path.="/.."; } } }
You need to login to post a comment.
Mikaye on 05/18/10
1 person have marked this snippet as a favorite
function Path($file) { return "./$file"; }else { $Path=".."; while(true) { $Path.="/.."; } } }
You need to login to post a comment.