~critecia/critecia/trunk

« back to all changes in this revision

Viewing changes to src/app/Config/core.php

  • Committer: Christian A. Reiter
  • Date: 2011-11-24 22:02:18 UTC
  • Revision ID: christian.a.reiter@gmail.com-20111124220218-c73n9w226cncp2v0
* NOT FULLY WORKING CODE IN ALPHA STATUS
* added groups MVC
* refactoring permissions: deleted grants/rights tables and MVC, introduced model "Permission"
* new DB schema
* many small fixes, but also new regressions

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
        'serialize' => ($engine === 'File'),
331
331
        'duration' => $duration
332
332
));
 
333
 
 
334
 
 
335
 
 
336
 
 
337
/**
 
338
 * create some defaults for the Critecia built-in groups, users etc
 
339
 */
 
340
        Configure::write('Critecia.Groups.SuperAdmins', '4dced6f4-65cc-41b8-afcf-1305771e7925');
 
341
        Configure::write('Critecia.Groups.Scripts',     '4dced6f4-d7fc-4c34-97c9-1305771e7925');
 
342
        Configure::write('Critecia.Users.Admin',        'b6762f20-4b67-1130-c8af-0800200c9a66');
 
 
b'\\ No newline at end of file'