1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Issue #4356 - Admin-area login issue.

This commit is contained in:
Cameron
2021-01-27 16:50:53 -08:00
parent 94f3162d94
commit 94e37f47a1
4 changed files with 7 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ class _blank_event // plugin-folder + '_event'
function myfunction($data) // the method to run.
{
print_a($data);
// var_dump($data);
}