Changeset 2886087
- Timestamp:
- 03/24/2023 02:14:14 AM (3 years ago)
- Location:
- wt-security
- Files:
-
- 8 edited
-
tags/2.4.14/lib/API.php (modified) (1 diff)
-
tags/2.4.15/lib/API.php (modified) (1 diff)
-
tags/2.4.16/lib/API.php (modified) (1 diff)
-
tags/2.4.17/lib/API.php (modified) (1 diff)
-
tags/2.4.18/lib/API.php (modified) (1 diff)
-
tags/2.4.18/src/Common.php (modified) (2 diffs)
-
tags/2.4.19/lib/API.php (modified) (1 diff)
-
trunk/lib/API.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wt-security/tags/2.4.14/lib/API.php
r2781286 r2886087 68 68 'P' => '.wtotem.com', 69 69 'C' => '.webtotem.kz', 70 'S' => '-staging.wtotem.net',71 'D' => '-1.2ke2xgwx4.wtotem.net',72 'Q' => '-1.2ke2xgwx5.wtotem.net',73 70 ]; 74 71 -
wt-security/tags/2.4.15/lib/API.php
r2782267 r2886087 68 68 'P' => '.wtotem.com', 69 69 'C' => '.webtotem.kz', 70 'S' => '-staging.wtotem.net',71 'D' => '-1.2ke2xgwx4.wtotem.net',72 'Q' => '-1.2ke2xgwx5.wtotem.net',73 70 ]; 74 71 -
wt-security/tags/2.4.16/lib/API.php
r2797028 r2886087 68 68 'P' => '.wtotem.com', 69 69 'C' => '.webtotem.kz', 70 'S' => '-staging.wtotem.net',71 'D' => '-1.2ke2xgwx4.wtotem.net',72 'Q' => '-1.2ke2xgwx5.wtotem.net',73 70 ]; 74 71 -
wt-security/tags/2.4.17/lib/API.php
r2837032 r2886087 68 68 'P' => '.wtotem.com', 69 69 'C' => '.webtotem.kz', 70 'S' => '-staging.wtotem.net',71 'D' => '-1.2ke2xgwx4.wtotem.net',72 'Q' => '-1.2ke2xgwx5.wtotem.net',73 70 ]; 74 71 -
wt-security/tags/2.4.18/lib/API.php
r2865057 r2886087 69 69 'P' => '.wtotem.com', 70 70 'C' => '.webtotem.kz', 71 'S' => '-staging.wtotem.net',72 'D' => '-1.2ke2xgwx4.wtotem.net',73 'Q' => '-1.2ke2xgwx5.wtotem.net',74 71 ]; 75 72 -
wt-security/tags/2.4.18/src/Common.php
r2865057 r2886087 17 17 add_action('admin_enqueue_scripts', 'WebTotemInterface::enqueueScripts', 1); 18 18 } 19 20 /** Define role of current user */ 21 add_action('init', 'WebTotem::getUserRole'); 19 22 20 23 /** Execute pre-checks before every page */ … … 57 60 } 58 61 59 /** Define role of current user */60 add_action('init', 'WebTotem::getUserRole');61 62 62 63 /** Launch of the daily cron. */ -
wt-security/tags/2.4.19/lib/API.php
r2877854 r2886087 69 69 'P' => '.wtotem.com', 70 70 'C' => '.webtotem.kz', 71 'S' => '-staging.wtotem.net',72 'D' => '-1.2ke2xgwx4.wtotem.net',73 'Q' => '-1.2ke2xgwx5.wtotem.net',74 71 ]; 75 72 -
wt-security/trunk/lib/API.php
r2877854 r2886087 69 69 'P' => '.wtotem.com', 70 70 'C' => '.webtotem.kz', 71 'S' => '-staging.wtotem.net',72 'D' => '-1.2ke2xgwx4.wtotem.net',73 'Q' => '-1.2ke2xgwx5.wtotem.net',74 71 ]; 75 72
Note: See TracChangeset
for help on using the changeset viewer.