www/prod_duplicate.php

changeset 303
98c2afc88780
parent 302
d0f7b4ab000f
child 305
bb55e065888a
--- a/www/prod_duplicate.php	Thu Feb 28 22:50:58 2019 +0100
+++ b/www/prod_duplicate.php	Fri Mar 01 14:29:09 2019 +0100
@@ -1,9 +1,5 @@
 <?php
 require_once('config.php');
-//require_once('includes/formulas.php');
-//require_once($_SERVER['DOCUMENT_ROOT'].'/config.php');
-//require_once($_SERVER['DOCUMENT_ROOT'].'/includes/formulas.php');
-
 
 $link = mysqli_connect(DBASE_HOST,DBASE_USER,DBASE_PASS,DBASE_NAME);
 if (! $link) {
@@ -15,7 +11,6 @@
 }
 
 date_default_timezone_set('Europe/Amsterdam');
-//setlocale ( LC_ALL, 'nl_NL.UTF-8');
 if (isset($_GET["record"]))
 	$record = $_GET["record"];
 else

mercurial