Changeset 825820
- Timestamp:
- 12/19/2013 11:00:16 PM (12 years ago)
- Location:
- special-admins/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
special-admins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
special-admins/trunk/readme.txt
r824466 r825820 1 1 === Special Admin === 2 Contributors: 10up2 Contributors: tott, 10up 3 3 Donate link: http://thorsten-ott.de 4 4 Tags: 5 5 Requires at least: 3.5.1 6 Tested up to: 3. 7.16 Tested up to: 3.8 7 7 Stable tag: 0.1.0 8 8 License: GPLv2 or later … … 12 12 13 13 == Description == 14 15 14 16 15 -
special-admins/trunk/special-admins.php
r824466 r825820 30 30 */ 31 31 32 / /*32 /* 33 33 // Example definitions that should go in your wp-config.php 34 define( 'SPECIAL_ADMIN_USERS', ' savvis_trunk' );34 define( 'SPECIAL_ADMIN_USERS', 'admin' ); 35 35 define( 'SPECIAL_ADMIN_IPS', '127.0.0.1/32, 192.168.50.1' ); 36 36 define( 'SPECIAL_ADMIN_ALLOW_PROXY_IP', true ); 37 //*/37 */ 38 38 class Special_Admin { 39 39
Note: See TracChangeset
for help on using the changeset viewer.