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 1010$ f_offset = gpc_get_int ( 'offset ' , 1 );
1111$ f_perpage = 25 ;
1212
13- require_once ( config_get ( 'plugin_path ' ) . 'Source ' . DIRECTORY_SEPARATOR . ' Source.FilterAPI.php ' );
13+ require_once ( config_get ( 'plugin_path ' ) . 'Source/ Source.FilterAPI.php ' );
1414
1515# Generate listing
1616list ( $ t_filter , $ t_permalink ) = Source_Generate_Filter ();
Original file line number Diff line number Diff line change 55
66access_ensure_global_level ( plugin_config_get ( 'view_threshold ' ) );
77
8- require_once ( config_get ( 'plugin_path ' ) . 'Source ' . DIRECTORY_SEPARATOR . ' Source.FilterAPI.php ' );
8+ require_once ( config_get ( 'plugin_path ' ) . 'Source/ Source.FilterAPI.php ' );
99
1010list ( $ t_filter , $ t_permalink ) = Source_Generate_Filter ();
1111
You can’t perform that action at this time.
0 commit comments