Completed
Push — master ( a7fe76...1b2f30 )
by Michael
04:20
created
class/uploader.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CBB, XOOPS forum module
4
- *
5
- * @copyright   The XOOPS Project http://xoops.sf.net
6
- * @license     http://www.fsf.org/copyleft/gpl.html GNU public license
7
- * @author      Taiwen Jiang (phppp or D.J.) <[email protected]>
8
- * @since       4.00
9
- * @package     module::newbb
10
- */
3
+     * CBB, XOOPS forum module
4
+     *
5
+     * @copyright   The XOOPS Project http://xoops.sf.net
6
+     * @license     http://www.fsf.org/copyleft/gpl.html GNU public license
7
+     * @author      Taiwen Jiang (phppp or D.J.) <[email protected]>
8
+     * @since       4.00
9
+     * @package     module::newbb
10
+     */
11 11
 
12 12
 // defined('XOOPS_ROOT_PATH') || exit('XOOPS root path not defined');
13 13
 
Please login to merge, or discard this patch.
admin/wffaq.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Module: SmartFAQ
4
- * Author: Marius Scurtescu <[email protected]>
5
- * Licence: GNU
6
- *
7
- * Import script from WF-FAQ to SmartFAQ.
8
- *
9
- * It was tested with WF-FAQ version 1.0.5 and SmartFAQ version 1.0 beta
10
- *
11
- */
3
+     * Module: SmartFAQ
4
+     * Author: Marius Scurtescu <[email protected]>
5
+     * Licence: GNU
6
+     *
7
+     * Import script from WF-FAQ to SmartFAQ.
8
+     *
9
+     * It was tested with WF-FAQ version 1.0.5 and SmartFAQ version 1.0 beta
10
+     *
11
+     */
12 12
 
13 13
 include_once __DIR__ . '/admin_header.php';
14 14
 
Please login to merge, or discard this patch.