Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 0d308b1

Browse files
committed
updated VENDORS for 2.7.34
1 parent 97de913 commit 0d308b1

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

composer.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
if (!isset($_SERVER['HTTP_HOST'])) {
4-
exit('This script cannot be run from the CLI. Run it from a browser.');
4+
exit("This script cannot be run from the CLI. Run it from a browser.\n");
55
}
66

77
if (!in_array(@$_SERVER['REMOTE_ADDR'], array(

0 commit comments

Comments
 (0)