X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fphp%2FSpace.php;h=b7cb08ffdc0c2fa0aa2d2b0cc1378c38c83bdcf1;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=9c4bd0232504d0c954bc02a8bbacb1dd2426f09a;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/maps/php/Space.php b/maps/php/Space.php index 9c4bd02..b7cb08f 100755 --- a/maps/php/Space.php +++ b/maps/php/Space.php @@ -1,55 +1,58 @@ - - - - - - MAPS: Space Usage - - - -
-

MAPS -Space Usage for

-
-
- $one_meg) { - $space = number_format ($space / $one_meg, 1); - print "$Userid is using up $space Megabytes of space in the database"; - } elseif ($space > 0) { - $space = number_format ($space / 1024, 0); - print "$Userid is using up $space Kbytes of space in the database"; - } else { - print "$Userid is using up no space in the database"; - } // if - - copyright (2001); - ?> -
- - + + + + + + MAPS: Space Usage + + + +
+

Space Usage for

+
+
+ $one_meg) { + $space = number_format ($space / $one_meg, 1); + print "$Userid is using up $space Megabytes of space in the database"; + } elseif ($space > 0) { + $space = number_format ($space / 1024, 0); + print "$Userid is using up $space Kbytes of space in the database"; + } else { + print "$Userid is using up no space in the database"; + } // if + + CloseDB(); + + copyright (2001); + ?> +
+ +