first commit
This commit is contained in:
10
class/smarty_plugins/function.flush.php
Normal file
10
class/smarty_plugins/function.flush.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function smarty_function_flush($params, $template)
|
||||
{
|
||||
echo ob_get_clean();
|
||||
// flush();
|
||||
ob_start();
|
||||
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user