Skip to content

Commit aeb45eb

Browse files
committed
feat: build css
1 parent f72e3cc commit aeb45eb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

css/csvjson.css

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

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* NOTE: If you change these, also change the error_reporting() code below
1919
*
2020
*/
21-
if (strpos($_SERVER['SERVER_NAME'], $_ENV['DOMAIN_NAME']) !== FALSE) {
21+
if (isset($_ENV['DOMAIN_NAME']) && strpos($_SERVER['SERVER_NAME'], $_ENV['DOMAIN_NAME']) !== FALSE) {
2222
define('ENVIRONMENT', 'production');
2323
} else {
2424
define('ENVIRONMENT', 'development');

js/src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.317
1+
0.318

0 commit comments

Comments
 (0)