1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[ticket/13137] Improve output of create_schema_files.php

PHPBB3-13137
This commit is contained in:
Joas Schilling
2014-10-07 16:47:39 +02:00
parent ba1776d6a9
commit 34a9ed3587

View File

@@ -57,4 +57,4 @@ $fp = fopen($schema_path . 'schema.json', 'wb');
fwrite($fp, json_encode($schema_data, JSON_PRETTY_PRINT));
fclose($fp);
echo 'done';
echo 'Successfully created schema file';