Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 71009c2d

Přidáno uživatelem Petr Lukašík před téměř 6 roky(ů)

Re #7580 fix db sql

Zobrazit rozdíly:

old/html/multidic/classes/db.php
12 12
  var $Host     = "Filek.cz";
13 13
  var $Database = "aswi-dictionary";
14 14
  var $User     = "dbowner";
15
  var $Password = "";
15
  var $Password = "db486ex12";
16 16

  
17 17
  /** @var mysqli_result  */
18 18
  var $result = null;
old/html/multidic/functions/dictionary.php
122 122
  if (!IsSet($LaId)) {
123 123
    $_SESSION["LaId"] = "cz";
124 124
  }
125
  $LaId = $_SESSION["LaId"];
125 126

  
126 127
  static $translations;
127 128
  if (!isset($translations)) {
old/html/multidic/index-arabic.php
5 5
  $hlaska = lang("Byl jste odhlasen!!!");
6 6
}
7 7
if (!Empty($_GET['set_lang'])) {
8
  session_register("LaId");
9 8
  $LaId = $_GET['set_lang'];
10 9
}
11 10
if (!Empty($_POST['n']) && !Empty($_POST['p'])) {
12 11
	if(prihlasit($_POST['n'], $_POST['p'])) {
13
        session_register('ses_pref_dist');
14 12
        $_SESSION['ses_pref_dist'] = 'arabic';
15 13
		 if ( !empty($_REQUEST['action']) && $_REQUEST['action'] == 'select_lection')
16 14
              Header ("Location: examination.php?nav_id=new_exam&action=select_lection&source=".urlencode($_REQUEST['source'])."&lection=".urlencode($_REQUEST['lection']));
......
221 219
    </div>
222 220
    <!-- end of page -->
223 221
    <?php //pr($_SESSION); ?>
224
<script type="text/javascript">
225
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
226
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
227
</script>
222

  
228 223
<script type="text/javascript">
229 224
var pageTracker = _gat._getTracker("UA-4912419-5");
230 225
pageTracker._trackPageview();

Také k dispozici: Unified diff