Changeset 272
- Timestamp:
- 05/28/07 10:14:16
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FreakAuth/trunk/www/system/application/controllers/freakauth_demo.php
r240 r272 18 18 $data['message'].='</a></p>'."\n"; 19 19 $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>'; 21 21 $data['message'].='<h2>WE ARE DEVELOPING FOR YOU!</h2></div> '; 22 $data['message'].="<p>To check that everything is ok for <b>FreakAuth_light©</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©</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>"; 23 24 $data['message'].="<br /><span class=\"important\">For frontend login you must register as user ".anchor($this->config->item('FAL_register_uri'), 'here')."</span>"; 24 25 FreakAuth/trunk/www/system/application/controllers/installer.php
r270 r272 54 54 $data['message'].=' <li>you have unzipped and uploaded all the necessary files of FreakAuth_light©</li>'."\n"; 55 55 $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>'; 57 57 $data['message'].="<span class=\"important\">For logging in you must register as user ".anchor($this->config->item('FAL_register_uri'), 'here')."</span>"; 58 58 $data['message'].="<ul><li>".anchor('auth/login', 'login here')."</li></ul><hr/>";
