Plugin Directory

Changeset 766195


Ignore:
Timestamp:
09/03/2013 10:11:57 AM (13 years ago)
Author:
parswp
Message:

update readme.txt

Location:
hide-login
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hide-login/readme.txt

    r766192 r766195  
    1515*So is this plugin for you? let's know*
    1616
    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
    2227)
     28
    2329if(in_array($what_you_want, $requires))
    2430{
    25     echo "**Then this plugin is for you**";
    26 }
     31    echo "**Then this plugin is for you**";
     32}`
    2733
    2834Features:
  • hide-login/trunk/readme.txt

    r766192 r766195  
    1515*So is this plugin for you? let's know*
    1616
    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
    2227)
     28
    2329if(in_array($what_you_want, $requires))
    2430{
    25     echo "**Then this plugin is for you**";
    26 }
     31    echo "**Then this plugin is for you**";
     32}`
    2733
    2834Features:
Note: See TracChangeset for help on using the changeset viewer.