Blame view

ajax/basket_count.php 130 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['basket']);
  ?>