Changeset 1447 for devel/index.php

Show
Ignore:
Timestamp:
12/12/07 16:37:25 (10 months ago)
Author:
rho
Message:

fixed multiple issues

  • walledgarden access on some pages
  • empty comment on commentwall
  • added community profile permission check
  • corrected paths on templates edit
  • blog widget display issue

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/index.php

    r1378 r1447  
    33    global $CFG; 
    44 
     5    define('context', 'external'); 
    56    require_once(dirname(__FILE__)."/includes.php"); 
    67