~patrix-sbs/oraculum/git

« back to all changes in this revision

Viewing changes to apps/default/config/workspaces/arquivo.php

  • Committer: Patrick Kaminski
  • Date: 2009-09-14 22:56:33 UTC
  • Revision ID: git-v1:e8434a6400d97b550519af16732bdfd1f2918bb8
Atualizado o núcleo do framework :: Updated the core of the framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  define("IP_INT", "127.0.0.1");
4
4
  ini_set("display_errors", false);
5
5
  define("DEBUG", 0); // Debug
 
6
  define("PROFILER", 0); // Profiler
6
7
  error_reporting(E_ALL|E_STRICT); // Reportando todos os erros e alertas (STRICT)
7
8
  define("URL", "http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME'])."/"); // URL Absoluta do sistema
8
9
  define("BASE", count(explode("/", URL))-3); // Numeros de diretorios na URL