Index: trunk/extensions/SemanticForms/specials/SF_CreateCategory.php |
— | — | @@ -8,8 +8,6 @@ |
9 | 9 | * @ingroup SF |
10 | 10 | */ |
11 | 11 | |
12 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
13 | | - |
14 | 12 | /** |
15 | 13 | * @ingroup SFSpecialPages |
16 | 14 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_FormStart.php |
— | — | @@ -8,7 +8,6 @@ |
9 | 9 | * @file |
10 | 10 | * @ingroup SF |
11 | 11 | */ |
12 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
13 | 12 | |
14 | 13 | /** |
15 | 14 | * @ingroup SFSpecialPages |
Index: trunk/extensions/SemanticForms/specials/SF_Forms.php |
— | — | @@ -7,8 +7,6 @@ |
8 | 8 | * @ingroup SF |
9 | 9 | */ |
10 | 10 | |
11 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | | - |
13 | 11 | /** |
14 | 12 | * @ingroup SFSpecialPages |
15 | 13 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_CreateProperty.php |
— | — | @@ -8,8 +8,6 @@ |
9 | 9 | * @ingroup SF |
10 | 10 | */ |
11 | 11 | |
12 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
13 | | - |
14 | 12 | /** |
15 | 13 | * @ingroup SFSpecialPages |
16 | 14 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_CreateClass.php |
— | — | @@ -9,8 +9,6 @@ |
10 | 10 | * @ingroup SF |
11 | 11 | */ |
12 | 12 | |
13 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
14 | | - |
15 | 13 | /** |
16 | 14 | * @ingroup SFSpecialPages |
17 | 15 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php |
— | — | @@ -7,7 +7,6 @@ |
8 | 8 | * @file |
9 | 9 | * @ingroup SF |
10 | 10 | */ |
11 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | 11 | |
13 | 12 | /** |
14 | 13 | * @ingroup SFSpecialPages |
Index: trunk/extensions/SemanticForms/specials/SF_RunQuery.php |
— | — | @@ -7,8 +7,6 @@ |
8 | 8 | * @ingroup SF |
9 | 9 | */ |
10 | 10 | |
11 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | | - |
13 | 11 | /** |
14 | 12 | * @ingroup SFSpecialPages |
15 | 13 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php |
— | — | @@ -14,7 +14,6 @@ |
15 | 15 | * @file |
16 | 16 | * @ingroup SF |
17 | 17 | */ |
18 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @ingroup SFSpecialPages |
Index: trunk/extensions/SemanticForms/specials/SF_Templates.php |
— | — | @@ -7,8 +7,6 @@ |
8 | 8 | * @ingroup SF |
9 | 9 | */ |
10 | 10 | |
11 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | | - |
13 | 11 | /** |
14 | 12 | * @ingroup SFSpecialPages |
15 | 13 | */ |
Index: trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php |
— | — | @@ -8,8 +8,6 @@ |
9 | 9 | * @ingroup SF |
10 | 10 | */ |
11 | 11 | |
12 | | -if ( !defined( 'MEDIAWIKI' ) ) die(); |
13 | | - |
14 | 12 | /** |
15 | 13 | * @ingroup SFSpecialPages |
16 | 14 | */ |