Blame view

ajax/compare_count.php 131 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
  <?php
  header("Content-type: text/html; charset=windows-1251");
  require("../libs/setup.php");
  print count($_SESSION['compare']);
  ?>