summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f59be8b)
raw | patch | inline | side by side (parent: f59be8b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 05:22:20 +0000 (05:22 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 05:22:20 +0000 (05:22 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6144 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Welcome.inc | patch | blob | history |
index 1546419586afd0e65e59329f09d68d3ab2e65e79..3afc847b046049cefc36a08cd13ff9c2c154620f 100644 (file)
function execute()
{
+ $id = "";
+
/* Get auth ID from file */
if (file_exists('/tmp/gosa.auth') && is_readable('/tmp/gosa.auth')){
$contents= file('/tmp/gosa.auth');