Skip to content

Commit

Permalink
Initial commit of v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiammybe authored Jan 10, 2020
1 parent 2f7b615 commit 7bb959c
Show file tree
Hide file tree
Showing 78 changed files with 6,846 additions and 0 deletions.
11 changes: 11 additions & 0 deletions root/modules/protector/admin/admin_menu.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

if( ! defined( 'ICMS_TRUST_PATH' ) ) die( 'set ICMS_TRUST_PATH into mainfile.php' ) ;

$mydirname = basename( dirname( dirname( __FILE__ ) ) ) ;
$mydirpath = dirname( dirname( __FILE__ ) ) ;
require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname

require ICMS_TRUST_PATH.'/modules/'.$mytrustdirname.'/admin_menu.php' ;

?>
12 changes: 12 additions & 0 deletions root/modules/protector/admin/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

require '../../../mainfile.php' ;
if( ! defined( 'ICMS_TRUST_PATH' ) ) die( 'set ICMS_TRUST_PATH in mainfile.php' ) ;

$mydirname = basename( dirname( dirname( __FILE__ ) ) ) ;
$mydirpath = dirname( dirname( __FILE__ ) ) ;
require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname

require ICMS_TRUST_PATH.'/modules/'.$mytrustdirname.'/admin.php' ;

?>
11 changes: 11 additions & 0 deletions root/modules/protector/blocks/blocks.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

if( ! defined( 'ICMS_TRUST_PATH' ) ) die( 'set ICMS_TRUST_PATH into mainfile.php' ) ;

$mydirname = basename( dirname( dirname( __FILE__ ) ) ) ;
$mydirpath = dirname( dirname( __FILE__ ) ) ;
require $mydirpath.'/mytrustdirname.php' ; // set $mytrustdirname

require ICMS_TRUST_PATH.'/modules/'.$mytrustdirname.'/blocks.php' ;

?>
Binary file added root/modules/protector/images/dotdotdot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7bb959c

Please sign in to comment.