Index: trunk/extensions/SemanticForms/includes/forminputs/SF_ListBoxInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFListBoxInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_CategoriesInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFCategoriesInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_CheckboxInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFCheckboxInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_RadioButtonInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFRadioButtonInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_DateTimeInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFDateTimeInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_DropdownInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFDropdownInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_YearInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFYearInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_FormInput.php |
— | — | @@ -16,10 +16,6 @@ |
17 | 17 | * @ingroup SF |
18 | 18 | */ |
19 | 19 | |
20 | | -if ( !defined( 'SF_VERSION' ) ) { |
21 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
22 | | -} |
23 | | - |
24 | 20 | /** |
25 | 21 | * Parent class for all form input classes. |
26 | 22 | * @ingroup SFFormInput |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_EnumInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFEnumInput class. |
16 | 12 | * The base class for every form input that holds a pre-set enumeration |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_ComboBoxInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFComboBoxInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_CategoryInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFCategoryInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_DateInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFDateInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_CheckboxesInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFCheckboxesInput class. |
16 | 12 | * |
Index: trunk/extensions/SemanticForms/includes/forminputs/SF_MultiEnumInput.php |
— | — | @@ -6,10 +6,6 @@ |
7 | 7 | * @ingroup SF |
8 | 8 | */ |
9 | 9 | |
10 | | -if ( !defined( 'SF_VERSION' ) ) { |
11 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
12 | | -} |
13 | | - |
14 | 10 | /** |
15 | 11 | * The SFMultiEnumInput class. |
16 | 12 | * The base class for every form input that holds a list of elements, each |