0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
jobs
/
[
Home
]
File: index_search.php
<?php /** * * Responsible for loading the indexed search class and initiating the reindex command. * @package Utilities */ defined('C5_EXECUTE') or die("Access Denied."); class IndexSearch extends Concrete5_Job_IndexSearch { }