Changeset 766195
- Timestamp:
- 09/03/2013 10:11:57 AM (13 years ago)
- Location:
- hide-login
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hide-login/readme.txt
r766192 r766195 15 15 *So is this plugin for you? let's know* 16 16 17 $requires = array( 18 "you need secured and hidden login page that no one except you can access them?" => true, 19 "you want custom and nice URLs for login and admin pages?" => true, 20 "you need to have control over URLs that you never had an easy access before" => true, 21 "wanna prevent your website from being under attack & session hijacking?" => true 17 `$requires = array( 18 19 "you need secured and hidden login page that no one except you can access them?" => true, 20 21 "you want custom and nice URLs for login and admin pages?" => true, 22 23 "you need to have control over URLs that you never had an easy access before" => true, 24 25 "wanna prevent your website from being under attack & session hijacking?" => true 26 22 27 ) 28 23 29 if(in_array($what_you_want, $requires)) 24 30 { 25 echo "**Then this plugin is for you**";26 } 31 echo "**Then this plugin is for you**"; 32 }` 27 33 28 34 Features: -
hide-login/trunk/readme.txt
r766192 r766195 15 15 *So is this plugin for you? let's know* 16 16 17 $requires = array( 18 "you need secured and hidden login page that no one except you can access them?" => true, 19 "you want custom and nice URLs for login and admin pages?" => true, 20 "you need to have control over URLs that you never had an easy access before" => true, 21 "wanna prevent your website from being under attack & session hijacking?" => true 17 `$requires = array( 18 19 "you need secured and hidden login page that no one except you can access them?" => true, 20 21 "you want custom and nice URLs for login and admin pages?" => true, 22 23 "you need to have control over URLs that you never had an easy access before" => true, 24 25 "wanna prevent your website from being under attack & session hijacking?" => true 26 22 27 ) 28 23 29 if(in_array($what_you_want, $requires)) 24 30 { 25 echo "**Then this plugin is for you**";26 } 31 echo "**Then this plugin is for you**"; 32 }` 27 33 28 34 Features:
Note: See TracChangeset
for help on using the changeset viewer.