Remove space from call in send.php

This commit is contained in:
Retro_Guy 2022-11-21 20:07:16 +00:00
parent be1cc6c141
commit 468fd105a3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
set_time_limit (900);
set_time_limit(900);
include "config.inc.php";
include ("$file_newsportal");