Code Search for Developers
 
 
  

SitesCreation.php from Group-Office groupware at Krugle


Show SitesCreation.php syntax highlighted

#!/usr/bin/php
<?php
/*
   Copyright Intermesh 2003
   Author: Michael Borko <michael.borko@tgm.ac.at>
   Version: 1.0 Release date: 28 April 2004

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2 of the License, or (at your
   option) any later version.
 */

//Apache-Log-Input recognition from STDINPUT
$filename = $argv[1];

//Init of all necessary globals
require_once("/var/www/groupoffice/Group-Office.php");
global $GO_DAV, $GO_CONFIG;
$db = new db();

$namelist = $GO_DAV->file_get_contents($filename);
$namelist = explode( "\n", $namelist);
array_pop($namelist);
$namelist = array_unique($namelist);

foreach( $namelist as $user )
  $GO_DAV->check_login($user);




See more files for this project here

Group-Office groupware

Group-Office is a powerfull modular Internet/Intranet application framework. It features calendaring, project management, e-mail, tasks, addressbook, file management.

Project homepage: http://sourceforge.net/projects/group-office
Programming language(s): JavaScript,Pascal,PHP
License: other

  apache/
    apache.conf
    libdav.so
  apache2/
    apache2.conf
  drafts/
    ShareAccessLDAP
    ShareAccessMYSQL
    UserDefaultLDAP
    UserDefaultMYSQL
    apache.conf
    apache2.conf
  SitesCreation.php
  WebDAV.php
  pipeing