Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by anonim ( 15 years ago )
$handle = opendir('/path/');
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != ".." && $file == $_GET['t'] ) {
include($file);
}
}
Revise this Paste