Changeset 3151939
- Timestamp:
- 09/14/2024 07:49:51 PM (19 months ago)
- Location:
- aweos-wp-lock/trunk
- Files:
-
- 3 edited
-
aweos-wp-lock.php (modified) (1 diff)
-
includes/Handler.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aweos-wp-lock/trunk/aweos-wp-lock.php
r3120417 r3151939 4 4 * Plugin URI: https://aweos.de 5 5 * Description: This Plugin displays a coming soon page in development mode 6 * Version: 1.2. 46 * Version: 1.2.5 7 7 * Author: AWEOS GmbH 8 8 * Author URI: https://aweos.de -
aweos-wp-lock/trunk/includes/Handler.php
r2615819 r3151939 18 18 public function __construct($options) { 19 19 $this->options = $options; 20 21 // Überprüfen, ob die Seite auf einer Subdomain von aw003.de läuft 22 if (preg_match('/\.aw003\.de$/', $_SERVER['SERVER_NAME']) && !$this->options['initialized']) { 23 // Dauerhafte Sperre aktivieren 24 $this->options['mode'] = 1; // Setze den Modus auf 1 (dauerhaft aktiviert) 25 $this->options['initialized'] = true; // Markiere als initialisiert 26 FrontendMenu::updateValues($this->options); // Speichere die geänderten Optionen 27 } 20 28 } 21 29 -
aweos-wp-lock/trunk/readme.txt
r3120417 r3151939 59 59 60 60 == Changelog == 61 Version 1.2.5 62 Small internal adjustment 63 61 64 Version 1.2.4 62 65 Update Readme
Note: See TracChangeset
for help on using the changeset viewer.