sforkowany z mirror/friendica
remove debugging on public repository
rodzic
2342d41bcd
commit
399b6828f6
|
@ -4,5 +4,5 @@ wip/*
|
|||
include/jquery-1.4.2.min.js
|
||||
*.log
|
||||
*.out
|
||||
push
|
||||
push*
|
||||
home.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$debugging = true;
|
||||
$debugging = false;
|
||||
|
||||
require_once("boot.php");
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$debugging = true;
|
||||
$debugging = false;
|
||||
|
||||
require_once('boot.php');
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue