16 lines
341 B
PHP
Executable File
16 lines
341 B
PHP
Executable File
<?php
|
|
/*ini_set("display_errors", 0);
|
|
error_reporting(0);*/
|
|
|
|
// $base_path = "flexcode/";
|
|
|
|
$long_link = "http://localhost/intersantebicorprestation/";
|
|
|
|
/* Modifié le 11/11/2018 pour augmenter le temp d'essai
|
|
// $time_limit_ver = "10";
|
|
$time_limit_reg = "20";
|
|
*/
|
|
|
|
$time_limit_ver = "40";
|
|
$time_limit_reg = "40";
|
|
?>
|