df
Browse filesdfa
- Dockerfile +1 -1
- php/include/appsettings.php +2 -2
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
13 |
libsqlite3-dev \
|
14 |
zip \
|
15 |
unzip \
|
16 |
-
&& docker-php-ext-install pgsql pdo_pgsql pdo_sqlite
|
17 |
|
18 |
# Install Composer
|
19 |
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
|
|
13 |
libsqlite3-dev \
|
14 |
zip \
|
15 |
unzip \
|
16 |
+
&& docker-php-ext-install pgsql pdo_pgsql pdo_sqlite php-mysql
|
17 |
|
18 |
# Install Composer
|
19 |
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
|
php/include/appsettings.php
CHANGED
@@ -790,9 +790,9 @@ $suggestAllContent = true;
|
|
790 |
$strLastSQL = "";
|
791 |
$showCustomMarkerOnPrint = false;
|
792 |
|
793 |
-
$projectBuildKey = "
|
794 |
$wizardBuildKey = "41974";
|
795 |
-
$projectBuildNumber = "
|
796 |
|
797 |
$mlang_messages = array();
|
798 |
$mlang_charsets = array();
|
|
|
790 |
$strLastSQL = "";
|
791 |
$showCustomMarkerOnPrint = false;
|
792 |
|
793 |
+
$projectBuildKey = "3645_1721381610";
|
794 |
$wizardBuildKey = "41974";
|
795 |
+
$projectBuildNumber = "3645";
|
796 |
|
797 |
$mlang_messages = array();
|
798 |
$mlang_charsets = array();
|