Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // declare initialization scope
- $nen = array();
- // include initialization data
- include_once( 'nen.php' );
- // configure initialization data
- nen_ini();
- $nen[ 'src' ] = 'R11-SRC';
- $nen[ 'emojis' ] = 'emojis/';
- // include Tim Keal's token library
- include_once ( $nen[ 'root' ]. 'TRK Library/trk tok.php');
- // include Tim Keal's memory trace library
- include_once ( $nen[ 'root' ]. 'TRK Library/trk echo.php');
- // include Tim Keal's table of contents library
- include_once ( $nen[ 'root' ]. 'TRK Library/fasttoc.php' );
- function me_shorthand($me)
- {
- $pattern = '/(mk)(11|45|71)([A-Z]+)(\.php)/';
- if( preg_match($pattern, $me, $matches) )
- {
- return array( 'mk' => $matches[ 2 ], 'me'=> $matches[ 3 ] );
- }
- else
- {
- return null;
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement