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

phpBB3 import should now be fully functional. Dropped support for phpBB2

This commit is contained in:
Cameron
2013-04-19 16:14:07 -07:00
parent a7b3a3e6f1
commit 42c47b7742
4 changed files with 45 additions and 441 deletions

View File

@@ -147,6 +147,17 @@ class import_main_ui extends e_admin_ui
}
function help()
{
return "Some help text from admin-ui";
}
function getMeta($class_name)
{
if(class_exists($class_name))