예제 #1
0
파일: index.php 프로젝트: ajpircio/Conjur
<?php

define('CONJUR_ROOT', getcwd());
require_once CONJUR_ROOT . '/app/Conjur.php';
Conjur::run();
예제 #2
0
파일: Conjur.php 프로젝트: ajpircio/Conjur
 private static function readConfig()
 {
     $xml = simplexml_load_file(CONJUR_ROOT . '/app/etc/config.xml');
     self::$config = $xml;
 }