Browse Source

Precizēti kļūdu paziņojumi instalācijas laikā

master
Vitalijss 5 years ago
parent
commit
4415523321
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      install.php

+ 2
- 2
install.php View File

@@ -166,7 +166,7 @@ echo '</div>

if ( ! is_writable(dirname($newFileName))) {

echo dirname($newFileName) . ' jābūt rakstāmam!!!';
echo dirname($newFileName) . ' jābūt rakstāmam <b>www-data!!!</b>';
} else {


@@ -191,7 +191,7 @@ echo '</div>
}
else
{
echo '<h2>Kaut kas nogāja greizi</h2>';
echo '<h2>Kaut kas nogāja greizi. Sazinieties ar izstrādātāju!</h2>';
}


Loading…
Cancel
Save

Powered by TurnKey Linux.