Browse Source

Memory limit changes for Omnimaga's implementation

Nathaniel van Diepen 9 years ago
parent
commit
cad71bf06e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      header.php

+ 1 - 0
header.php

@@ -1,6 +1,7 @@
 <?php
 	error_reporting(E_ALL);
 	ini_set("display_errors", 1);
+	ini_set('memory_limit','512M');
 	session_start();
 	define('DIR',dirname(__FILE__));
 	require_once(DIR.'/lib/locale.php');