Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • tests
  • permissions
  • permissionobjects.php
  • Tests for the new permissions system. ...
    a3bb079b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3502 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:41:47 +0000  
    Browse Code ยป
permissionobjects.php 221 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<?php

require_once("../../config/dmsDefaults.php");
require_once(KT_LIB_DIR . "/permissions/permissionobject.inc.php");

error_reporting(E_ALL);

$res = KTPermissionObject::createFromArray(array(
));
var_dump($res);

?>