disabled some scripts

This commit is contained in:
Frank Schubert
2022-01-25 22:42:46 +01:00
parent 517174de4c
commit be7131c989
2 changed files with 3 additions and 9 deletions

View File

@@ -1,10 +1,6 @@
#!/usr/bin/php
<?php
// ivtcustomer id blacklist
//$blacklist = [3805];
//require 'vendor/autoload.php';
exit;
require("../config/config.php");
define('FRONKDB_SQLDEBUG',false);
@@ -17,8 +13,6 @@ require_once(LIBDIR."/mvcfronk/mfBase/mfBaseController.php");
$me = new User(1);
$db = FronkDB::singleton();
//$ivt = new FronkDB(IVT_DBHOST, IVT_DBUSER, IVT_DBPASS, IVT_DBNAME);
$sql = "SELECT * FROM Address WHERE customer_number < 100000 AND customer_number > 1";
$res = $db->query($sql);

View File

@@ -1,6 +1,6 @@
#!/usr/bin/php
<?php
exit;
//require 'vendor/autoload.php';
require("../config/config.php");