File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- // Copyright 2003-2015 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
2
+ // Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
3
3
// distributable under GPLv2 see COPYING
4
4
//
5
5
// many codes are imported from the MoinMoin
13
13
//
14
14
// $Id: wiki.php,v 1.639 2011/08/09 13:51:53 wkpark Exp $
15
15
//
16
- $ _revision = substr ('$Revision: 1.2050 $ ' ,1 ,-1 );
17
- $ _release = '1.2.9-GIT ' ;
16
+ $ _revision = substr ('$Revision: 1.2078 $ ' ,1 ,-1 );
17
+ $ _release = '1.2.9-RC ' ;
18
18
19
19
#ob_start("ob_gzhandler");
20
20
Original file line number Diff line number Diff line change 1
1
<?php
2
- // Copyright 2003-2010 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
2
+ // Copyright 2003-2022 Won-Kyu Park <wkpark at kldp.org> all rights reserved.
3
3
// distributable under GPL see COPYING
4
4
//
5
5
// many codes are imported from the MoinMoin
11
11
// * Phiki is a php based wiki clone based on the MoinMoin
12
12
// by Fred C. Yankowski <fcy at acm.org>
13
13
//
14
- // $Id$
15
14
16
15
function _preg_escape ($ val ) {
17
16
return preg_replace ('/([\$\^\.\[\]\{\}\|\(\)\+\*\/ \\\\!\?]{1})/ ' ,'\\\\\1 ' ,$ val );
You can’t perform that action at this time.
0 commit comments