File tree 32 files changed +600
-105
lines changed
32 files changed +600
-105
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
28
+
2
29
include ("../../../inc/includes.php " );
3
30
$ b = "0 " ;
4
31
if (isset ($ _GET ['filename ' ]) && file_exists (GLPI_ROOT .$ _GET ['filename ' ])) {
5
- $ b = "1 " ;
32
+ $ b = "1 " ;
6
33
}
7
34
echo $ b ;
8
35
Original file line number Diff line number Diff line change 2
2
/*
3
3
* -------------------------------------------------------------------------
4
4
Form Validation plugin
5
- Copyright (C) 2016 by Raynet SAS a company of A.Raymond Network.
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
6
7
7
http://www.araymond.com
8
8
-------------------------------------------------------------------------
24
24
You should have received a copy of the GNU General Public License
25
25
along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
26
--------------------------------------------------------------------------
27
- */
27
+ */
28
28
29
29
$ AJAX_INCLUDE = 1 ;
30
30
include ('../../../inc/includes.php ' );
Original file line number Diff line number Diff line change 2
2
/*
3
3
* -------------------------------------------------------------------------
4
4
Form Validation plugin
5
- Copyright (C) 2016 by Raynet SAS a company of A.Raymond Network.
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
6
7
7
http://www.araymond.com
8
8
-------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
/*
3
3
* -------------------------------------------------------------------------
4
4
Form Validation plugin
5
- Copyright (C) 2016 by Raynet SAS a company of A.Raymond Network.
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
6
7
7
http://www.araymond.com
8
8
-------------------------------------------------------------------------
Original file line number Diff line number Diff line change 25
25
</authors >
26
26
<versions >
27
27
<version >
28
- <num >1.0.11 </num >
28
+ <num >1.0.15 </num >
29
29
<compatibility >9.5</compatibility >
30
30
</version >
31
31
<version >
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
2
28
3
29
include ("../../../inc/includes.php " );
4
30
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/*
3
- * @version $Id$
4
- -------------------------------------------------------------------------
5
- GLPI - Gestionnaire Libre de Parc Informatique
6
- Copyright (C) 2015 Teclib'.
7
-
8
- http://glpi-project.org
9
-
10
- based on GLPI - Gestionnaire Libre de Parc Informatique
11
- Copyright (C) 2003-2014 by the INDEPNET Development Team.
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
12
6
7
+ http://www.araymond.com
13
8
-------------------------------------------------------------------------
14
9
15
10
LICENSE
16
11
17
- This file is part of GLPI.
12
+ This file is part of Form Validation plugin for GLPI.
18
13
19
- GLPI is free software; you can redistribute it and/or modify
14
+ This file is free software; you can redistribute it and/or modify
20
15
it under the terms of the GNU General Public License as published by
21
16
the Free Software Foundation; either version 2 of the License, or
22
17
(at your option) any later version.
29
24
You should have received a copy of the GNU General Public License
30
25
along with GLPI. If not, see <http://www.gnu.org/licenses/>.
31
26
--------------------------------------------------------------------------
32
- */
27
+ */
33
28
34
29
/** @file
35
30
* @brief
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
28
+
2
29
include ("../../../inc/includes.php " );
3
30
4
31
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/*
3
- * @version $Id$
4
- -------------------------------------------------------------------------
5
- GLPI - Gestionnaire Libre de Parc Informatique
6
- Copyright (C) 2015 Teclib'.
7
-
8
- http://glpi-project.org
9
-
10
- based on GLPI - Gestionnaire Libre de Parc Informatique
11
- Copyright (C) 2003-2014 by the INDEPNET Development Team.
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
12
6
7
+ http://www.araymond.com
13
8
-------------------------------------------------------------------------
14
9
15
10
LICENSE
16
11
17
- This file is part of GLPI.
12
+ This file is part of Form Validation plugin for GLPI.
18
13
19
- GLPI is free software; you can redistribute it and/or modify
14
+ This file is free software; you can redistribute it and/or modify
20
15
it under the terms of the GNU General Public License as published by
21
16
the Free Software Foundation; either version 2 of the License, or
22
17
(at your option) any later version.
29
24
You should have received a copy of the GNU General Public License
30
25
along with GLPI. If not, see <http://www.gnu.org/licenses/>.
31
26
--------------------------------------------------------------------------
32
- */
27
+ */
33
28
34
29
/** @file
35
30
* @brief
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
28
+
2
29
include ("../../../inc/includes.php " );
3
30
4
31
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
2
6
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
3
28
4
29
include ("../../../inc/includes.php " );
5
30
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
28
+
2
29
include ('../../../inc/includes.php ' );
3
30
4
31
$ dropdown = new PluginFormvalidationItemtype ();
Original file line number Diff line number Diff line change 1
1
<?php
2
+ /*
3
+ * -------------------------------------------------------------------------
4
+ Form Validation plugin
5
+ Copyright (C) 2016-2023 by Raynet SAS a company of A.Raymond Network.
6
+
7
+ http://www.araymond.com
8
+ -------------------------------------------------------------------------
9
+
10
+ LICENSE
11
+
12
+ This file is part of Form Validation plugin for GLPI.
13
+
14
+ This file is free software; you can redistribute it and/or modify
15
+ it under the terms of the GNU General Public License as published by
16
+ the Free Software Foundation; either version 2 of the License, or
17
+ (at your option) any later version.
18
+
19
+ GLPI is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU General Public License for more details.
23
+
24
+ You should have received a copy of the GNU General Public License
25
+ along with GLPI. If not, see <http://www.gnu.org/licenses/>.
26
+ --------------------------------------------------------------------------
27
+ */
2
28
3
29
include ('../../../inc/includes.php ' );
4
30
You can’t perform that action at this time.
0 commit comments