/[docman2]/doc/admin.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /doc/admin.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sat Jul 27 14:46:03 2002 UTC revision 1.2 by dpavlin, Sat Jul 27 19:15:51 2002 UTC
# Line 27  read that, right?</i>) Line 27  read that, right?</i>)
27  <a href="install.html#gblSeparateAdminMessages">Installation instructions</a>  <a href="install.html#gblSeparateAdminMessages">Installation instructions</a>
28  )</small>  )</small>
29  </ol>  </ol>
30    
31    <h2>Register Globals and PHP</h2>
32    
33    <p>Starting with version 2.0 docman doesn't need
34    <tt>register_globals</tt> in <tt>php.ini</tt>.
35    That means that docman knows which variables should be result of POST and
36    what of GET which makes inserting bogus URL harder.
37    </p>
38    
39    <h2>Unknown file types</h2>
40    
41    <p>By default, docman will report administrative error on
42    unknown file types (like pipes, block and character files).
43    You can change this behavior to ignoring those files by
44    setting
45    <tt>$gblIgnoreUnknownFileType = 0</tt> in
46    <tt>realm/http_virtual_host.conf</tt>
47    </p>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26