1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/12273] Crawl the phpBB directory for events

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-18 11:06:04 +02:00
parent b831e96aaf
commit d213e09a40
3 changed files with 122 additions and 86 deletions

View File

@@ -54,7 +54,8 @@ switch ($action)
break;
case 'php':
$exporter->export_from_php();
$exporter->crawl_phpbb_directory_php();
echo $exporter->export_php_events_for_wiki();
break;
default: