I have these lines in a php script:
passthru("whoami");
$tims_path = "localhost/DispatchReports/DispatchReportsFolder";
if ( !file_exists($tims_path) ) {
mkdir ($tims_path, 0777);
}
if (is_dir($tims_path)) {
die( "timstring, you cannot use fopen on a directory path." );
}
//if the path is...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.