/[corp_html]/back/community/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /back/community/global.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Mar 12 19:15:37 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
unused

1 <?
2 $phormationdir = "../phormation";
3 $DB = "pgsql";
4
5 $dir="/home/dpavlin/private/corp/public_html/comm";
6
7 $fields[] = "title"; $names[] = "Title";
8 $types[]="type=text&width=50&length=200&required=1";
9
10 $fields[] = "date"; $names[] = "Town, Date";
11 $types[]="type=text&width=20&length=100&required=1";
12
13 $fields[] = "body"; $names[] = "Short text";
14 $types[]="type=text&height=10&width=50&length=5000&required=1";
15
16 $fields[] = "pic,origpic";
17 $names[] = "Picture";
18 $types[]="type=file&process_hook=default_image_process_hook&processparm=community_picseq&targetdir=$dir&showfilename=1&imagemode=1&serverdir=pics";
19
20 ?>

  ViewVC Help
Powered by ViewVC 1.1.26