mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-21 15:57:06 +01:00
Show text in white, so shows on dark BG
This commit is contained in:
@@ -174,11 +174,11 @@ function deletePlugin($dir) {
|
||||
chdir('.');
|
||||
deletePlugin($dir.$file.'/');
|
||||
if(is_dir($dir.$file)) {
|
||||
rmdir($dir.$file) or DIE("couldn't delete dir: $dir$file<br />");
|
||||
rmdir($dir.$file) or DIE("<span style='color: #fff'>couldn't delete dir: $dir$file</span><br />");
|
||||
}
|
||||
}
|
||||
else
|
||||
unlink($dir.$file) or DIE("couldn't delete file: $dir$file<br />");
|
||||
unlink($dir.$file) or DIE("<span style='color: #fff''>couldn't delete file: $dir$file</span><br />");
|
||||
}
|
||||
}
|
||||
closedir($mydir);
|
||||
|
||||
Reference in New Issue
Block a user