Skip to content

Commit

Permalink
ADD: Products by SKU Detection
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed May 6, 2019
1 parent 0cbe1a5 commit d99ce50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autoload.php
Expand Up @@ -13,4 +13,4 @@
* file that was distributed with this source code.
*/

require_once __DIR__ . '/splash/vendor/autoload.php';
require_once __DIR__.'/splash/vendor/autoload.php';
18 changes: 14 additions & 4 deletions build/bootstrap.php
@@ -1,15 +1,25 @@
<?php
/**
* Bootstrap Dolibarr testing environment.

/*
* This file is part of SplashSync Project.
*
* Copyright (C) 2015-2019 Splash Sync <www.splashsync.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

require dirname(__DIR__) . "/splash/vendor/autoload.php";
require dirname(__DIR__)."/splash/vendor/autoload.php";

global $db,$langs,$conf,$user,$hookmanager;

//====================================================================//
// Initiate Dolibarr Global Envirement Variables
require_once(dirname(dirname(__DIR__)) . "/master.inc.php");
require_once(dirname(dirname(__DIR__))."/master.inc.php");
//====================================================================//
// Functions Dolibarr
require_once(DOL_DOCUMENT_ROOT."/core/lib/admin.lib.php");
Expand Down

0 comments on commit d99ce50

Please sign in to comment.