~ihris-malawi/zhotelapp/trunk

« back to all changes in this revision

Viewing changes to costanti.php

  • Committer: amaly
  • Date: 2016-06-28 21:47:57 UTC
  • mfrom: (5.1.1 zhotelapp)
  • Revision ID: amaly959@gmail.com-20160628214757-wvr8ix2sk0jz7iof
titolo changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
17
#    GNU Affero General Public License for more details.
18
 
# You should have received a copy of the GNU Affero General Public License
 
18
#
 
19
#    You should have received a copy of the GNU Affero General Public License
19
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21
##################################################################################
21
22
 
 
23
 
22
24
# Path to dati folder and database data file
23
 
define('C_DATI_PATH',"./dati");
 
25
define('C_DATI_PATH',"./dati"); 
 
26
 
24
27
#define('C_EXT_DB_DATA_PATH',"");
25
 
 
26
28
#define('C_CARTELLA_CREA_MODELLI',"");
27
29
#define('C_URL_CREA_MODELLI',"");
28
30
 
29
31
# costanti generali
30
32
define('C_GIORNI_NUOVO_ANNO',"9");
 
33
 
 
34
 
 
35
 
 
36
 
31
37
?>