Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/java/sector/commit/f8558bc4cf7bcba1191ebe4c6bb2078fc477d89c?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed credentials

master
Ondřej Hruška 11 years ago
parent 3d7bda9331
commit f8558bc4cf
  1. 8
      php-server/mysql.php

@ -1,9 +1,9 @@
<?php <?php
define("SQL_HOST","localhost"); define("SQL_HOST","localhost");
define("SQL_DBNAME","tridni_net_main"); define("SQL_DBNAME","***removed***");
define("SQL_USERNAME","tridni_net_main"); define("SQL_USERNAME","***removed***");
define("SQL_PASSWORD","ondra"); define("SQL_PASSWORD","***removed***");
mysql_connect(SQL_HOST, SQL_USERNAME, SQL_PASSWORD); mysql_connect(SQL_HOST, SQL_USERNAME, SQL_PASSWORD);
@ -19,4 +19,4 @@ mysql_query(
"SET character_set_results = utf8;" "SET character_set_results = utf8;"
); );
?> ?>

Loading…
Cancel
Save