mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Code cleanup. Incompatible plugin alert now links directly to uninstall page for each plugin found.
This commit is contained in:
@@ -1101,7 +1101,7 @@ class e_file
|
||||
$data_len = filesize($filename);
|
||||
if ($seek > ($data_len - 1)) { $seek = 0; }
|
||||
// if ($filename == null) { $filename = basename($this->data); }
|
||||
$res =& fopen($filename, 'rb');
|
||||
$res = fopen($filename, 'rb');
|
||||
if ($seek)
|
||||
{
|
||||
fseek($res , $seek);
|
||||
|
Reference in New Issue
Block a user