Warning: dir(http://bazo.s1.cybton.com/html/phpBBrel ... /phpBR/sql): failed to open dir: not implemented in /var/www/web92/html/phpBBreloaded/sql/phpBR/functions.inc.php on line 101
Fatal error: Call to a member function on a non-object in /var/www/web92/html/phpBBreloaded/sql/phpBR/functions.inc.php on line 102
Was soll das mir sagen!?!?
Hier die besagten Zeilen!
Code: Alles auswählen
<td align="left" valign="middle">%FILESIZE%</td>
</tr>
endOfRow;
$handle = dir($config_phpBR->sql_path);
while ($file = $handle->read()) {
if ( ($file != ".") && ($file != "..") && ( eregi(".sql",$file) ) ) {
$dirFileList[] = $file;