adding processes class into autoloading process
- setting as static function to g::streamFile(...)
This commit is contained in:
@@ -1068,7 +1068,7 @@ class G
|
||||
* @param string $downloadFileName
|
||||
* @return string
|
||||
*/
|
||||
public function streamFile ($file, $download = false, $downloadFileName = '')
|
||||
public static function streamFile ($file, $download = false, $downloadFileName = '')
|
||||
{
|
||||
require_once (PATH_THIRDPARTY . 'jsmin/jsmin.php');
|
||||
$folderarray = explode( '/', $file );
|
||||
|
||||
Reference in New Issue
Block a user