12 lines
202 B
PHP
Executable File
12 lines
202 B
PHP
Executable File
<?php
|
|
|
|
include(dirname(__FILE__).'/../../config/config.inc.php');
|
|
include(dirname(__FILE__).'/../../init.php');
|
|
include(dirname(__FILE__).'/neolys.php');
|
|
|
|
|
|
$cart = new neolys;
|
|
$cart->updateStock();
|
|
|
|
?>
|