mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
require_once 'autoload.php';
|
|
define('DO_PEDANTIC_TEST', true);
|
|
|
|
ParagonIE_Sodium_Compat::$fastMult = true;
|