|
@@ -7,11 +7,11 @@
|
|
|
*/
|
|
|
|
|
|
use App\Models\AppSession;
|
|
|
-require_once './class.Diff.php';
|
|
|
+//require_once './class.Diff.php';
|
|
|
|
|
|
if(!function_exists('diff')) {
|
|
|
function diff($old, $new){
|
|
|
- return Diff::toHTML(Diff::compare($old, $new));
|
|
|
+ // return Diff::toHTML(Diff::compare($old, $new));
|
|
|
}
|
|
|
}
|
|
|
|