Subversion Repositories oidplus

Rev

Rev 1064 | Rev 1116 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1064 Rev 1086
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
/*
3
/*
4
 * OIDplus 2.0
4
 * OIDplus 2.0
5
 * Copyright 2019 - 2021 Daniel Marschall, ViaThinkSoft
5
 * Copyright 2019 - 2023 Daniel Marschall, ViaThinkSoft
6
 *
6
 *
7
 * Licensed under the Apache License, Version 2.0 (the "License");
7
 * Licensed under the Apache License, Version 2.0 (the "License");
8
 * you may not use this file except in compliance with the License.
8
 * you may not use this file except in compliance with the License.
9
 * You may obtain a copy of the License at
9
 * You may obtain a copy of the License at
10
 *
10
 *
Line 20... Line 20...
20
// ATTENTION: If you change something, please make sure that the changes
20
// ATTENTION: If you change something, please make sure that the changes
21
//            are synchronous with OIDplusPageRaAutomatedAJAXCalls
21
//            are synchronous with OIDplusPageRaAutomatedAJAXCalls
22
 
22
 
23
namespace ViaThinkSoft\OIDplus;
23
namespace ViaThinkSoft\OIDplus;
24
 
24
 
-
 
25
// phpcs:disable PSR1.Files.SideEffects
-
 
26
\defined('INSIDE_OIDPLUS') or die;
-
 
27
// phpcs:enable PSR1.Files.SideEffects
-
 
28
 
25
class OIDplusPageAdminNostalgia extends OIDplusPagePluginAdmin {
29
class OIDplusPageAdminNostalgia extends OIDplusPagePluginAdmin {
26
 
30
 
27
        public function gui($id, &$out, &$handled) {
31
        public function gui($id, &$out, &$handled) {
28
                if ($id === 'oidplus:nostalgia') {
32
                if ($id === 'oidplus:nostalgia') {
29
                        $handled = true;
33
                        $handled = true;