Exemplo n.º 1
0
<?php

/**
 * Created by PhpStorm.
 * User: altoria
 * Date: 8/5/15
 * Time: 10:00 PM
 */
require 'utils/dbb.php';
$dbcls = new dbb();
global $i;
$i = 1;
if ($_GET['p'] < 1) {
    $_GET['p'] = 1;
}
if (!$dbcls->isExist()) {
    $url = "../error/err.php";
    echo "<script language=\"javascript\">";
    echo "location.href=\"{$url}\"";
    echo "</script>";
}
?>
<!--
  Material Design Lite
  Copyright 2015 Google Inc. All rights reserved.

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      https://www.apache.org/licenses/LICENSE-2.0