Subversion Repositories oidplus

Rev

Rev 1130 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1130 Rev 1162
Line 16... Line 16...
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
 * See the License for the specific language governing permissions and
17
 * See the License for the specific language governing permissions and
18
 * limitations under the License.
18
 * limitations under the License.
19
 */
19
 */
20
 
20
 
-
 
21
use ViaThinkSoft\OIDplus\OIDplus;
-
 
22
 
21
require_once __DIR__ . '/../includes/oidplus.inc.php';
23
require_once __DIR__ . '/../includes/oidplus.inc.php';
22
 
24
 
23
OIDplus::init(true);
25
OIDplus::init(true);
24
 
26
 
25
const ALL_OID_LIST = '/home/oidplus/all_oids.txt'; // contains all OIDs (non-public file)
27
const ALL_OID_LIST = '/home/oidplus/all_oids.txt'; // contains all OIDs (non-public file)