Ticket #517: install.php.patch

File install.php.patch, 0.7 kB (added by schnoodles, 10 months ago)
  • var/www/SVNProjects/SVN_Kohana/modules/auth/views/auth/install.php

     
    1 <p>The following tables must be installed in your database: users, roles, and users_roles. If you have no already installed these tables, please run the following query:</p> 
     1<p>The following tables must be installed in your database: users, roles, and users_roles. If you have not already installed these tables, please run the following query:</p> 
    22 
    33<pre> 
    44CREATE TABLE IF NOT EXISTS `roles` (