Changeset 272

Show
Ignore:
Timestamp:
05/28/07 10:14:16
Author:
danfreak
Message:

sorted out some typos in freakauth_demo.php and installer.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/controllers/freakauth_demo.php

    r240 r272  
    1818                $data['message'].='</a></p>'."\n"; 
    1919                $data['message'].='<div id="flashMessage"><p>If you think that this library saved you time, helped you '."\n"; 
    20         $data['message'].=' make money quicker, or you simply like it, please help its future development and maintenance by making a <a href="http://www.4webby.com/freakauth" target="_blank">donation</a>.</p>'; 
     20        $data['message'].=' make money quicker, or you simply like it, please help its future development and maintenance by making a <a href="http://www.4webby.com/freakauth/donate.html" target="_blank">donation</a>.</p>'; 
    2121                $data['message'].='<h2>WE ARE DEVELOPING FOR YOU!</h2></div> '; 
    22         $data['message'].="<p>To check that everything is ok for <b>FreakAuth_light&copy;</b> to work properly and to create the first system superadmin go to the ".anchor('installer').". </p><p class=\"important\">IMPORTANT:<br /> after creating the superadmin #1 REMOVE THE ".anchor('installer', 'INSTALLER').": (system/application/controllers/installer.php)</p>"; 
     22        $data['message'].="<p>To check that everything is ok for <b>FreakAuth_light&copy;</b> to work properly and to create the first system superadmin go to the ".anchor('installer').". </p>"; 
     23        $data['message'].="<p class=\"important\">IMPORTANT:<br /> after creating the superadmin #1 REMOVE THE ".anchor('installer', 'INSTALLER').": (system/application/controllers/installer.php)</p>"; 
    2324                $data['message'].="<br /><span class=\"important\">For frontend login you must register as user ".anchor($this->config->item('FAL_register_uri'), 'here')."</span>"; 
    2425         
  • FreakAuth/trunk/www/system/application/controllers/installer.php

    r270 r272  
    5454                $data['message'].='  <li>you have unzipped and uploaded all the necessary files of FreakAuth_light&copy;</li>'."\n"; 
    5555                $data['message'].='</ul>'; 
    56                 $data['message'].='<p>After creating you DB, and the necessary FreakAuth_light DB tables, here we check that everything is ok for FreakAuth_light to work properly. </p><p class="important">After creating the superadmin #1 REMOVE THIS FILE: (system/application/controllers/installer.php)</p><p> and login:</p>'; 
     56                $data['message'].='<p>After creating your DB, and the necessary FreakAuth_light DB tables, here we check that everything is ok for FreakAuth_light to work properly. </p><p class="important">After creating the superadmin #1 REMOVE THIS FILE: (system/application/controllers/installer.php)</p><p> and login:</p>'; 
    5757                $data['message'].="<span class=\"important\">For logging in you must register as user ".anchor($this->config->item('FAL_register_uri'), 'here')."</span>"; 
    5858                $data['message'].="<ul><li>".anchor('auth/login', 'login here')."</li></ul><hr/>";