diff --git a/createtables.php b/createtables.php index 04f9c0d..1a8d6a1 100644 --- a/createtables.php +++ b/createtables.php @@ -9,7 +9,7 @@ ini_set('display_startup_errors',1); error_reporting(-1); - require '/var/www/html/vendor/autoload.php'; + require '/var/www/html/dynamodb/vendor/autoload.php'; use Aws\DynamoDb\DynamoDbClient; $client = DynamoDbClient::factory(array( diff --git a/uploaddata.php b/uploaddata.php index 4f4327d..f8a7d9a 100644 --- a/uploaddata.php +++ b/uploaddata.php @@ -8,7 +8,7 @@ ini_set('display_startup_errors',1); error_reporting(-1); - require '/var/www/html/vendor/autoload.php'; + require '/var/www/html/dynamodb/vendor/autoload.php'; use Aws\DynamoDb\DynamoDbClient; $client = DynamoDbClient::factory(array(