Subversion Repositories oidplus

Rev

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

Rev 849 Rev 1050
Line 20... Line 20...
20
 
20
 
21
// In order to make the system faster, call this script regularly using crontabs
21
// In order to make the system faster, call this script regularly using crontabs
22
// Example: The automatic publishing of OIDs will then be done by this script
22
// Example: The automatic publishing of OIDs will then be done by this script
23
// and not by a random visitor.
23
// and not by a random visitor.
24
 
24
 
-
 
25
use ViaThinkSoft\OIDplus\OIDplus;
25
 
26
 
26
try {
27
try {
27
        require_once __DIR__ . '/includes/oidplus.inc.php';
28
        require_once __DIR__ . '/includes/oidplus.inc.php';
28
 
29
 
29
        ob_start();
30
        ob_start();