Skip to content
Snippets Groups Projects
Unverified Commit 314a367b authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Disablovano zaobrazovani script name

parent af5d4fba
Branches main test
No related tags found
No related merge requests found
Pipeline #118 passed
......@@ -81,6 +81,7 @@ else
sed -i "s#\('password' => \).*,\$#\\1'${DB_PASSWORD}',#g" application/config/config.php
sed -i "s#\('charset' => \).*,\$#\\1'${DB_CHARSET}',#g" application/config/config.php
sed -i "s#\('tablePrefix' => \).*,\$#\\1'${DB_TABLE_PREFIX}',#g" application/config/config.php
sed -i "s#\('showScriptName' => \).*,\$#\\1false,#g" application/config/config.php
# Set URL config
sed -i "s#\('urlFormat' => \).*,\$#\\1'${URL_FORMAT}',#g" application/config/config.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment