File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
$ f_offset = gpc_get_int ( 'offset ' , 1 );
11
11
$ f_perpage = 25 ;
12
12
13
- require_once ( config_get ( 'plugin_path ' ) . 'Source ' . DIRECTORY_SEPARATOR . ' Source.FilterAPI.php ' );
13
+ require_once ( config_get ( 'plugin_path ' ) . 'Source/ Source.FilterAPI.php ' );
14
14
15
15
# Generate listing
16
16
list ( $ t_filter , $ t_permalink ) = Source_Generate_Filter ();
Original file line number Diff line number Diff line change 5
5
6
6
access_ensure_global_level ( plugin_config_get ( 'view_threshold ' ) );
7
7
8
- require_once ( config_get ( 'plugin_path ' ) . 'Source ' . DIRECTORY_SEPARATOR . ' Source.FilterAPI.php ' );
8
+ require_once ( config_get ( 'plugin_path ' ) . 'Source/ Source.FilterAPI.php ' );
9
9
10
10
list ( $ t_filter , $ t_permalink ) = Source_Generate_Filter ();
11
11
You can’t perform that action at this time.
0 commit comments