Selaa lähdekoodia

Removed user-rights verification for generting the image... easier for generating the documentation

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2442 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 vuotta sitten
vanhempi
commit
b8197610c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/graphviz.php

+ 1 - 1
pages/graphviz.php

@@ -32,7 +32,7 @@ require_once(APPROOT.'/application/startup.inc.php');
 require_once(APPROOT.'/application/utils.inc.php');
 
 require_once(APPROOT.'/application/loginwebpage.class.inc.php');
-LoginWebPage::DoLogin(); // Check user rights and prompt if needed
+// LoginWebPage::DoLogin(); // Check user rights and prompt if needed
 
 /**
  * Escape a label (string) in a manner suitable for use with graphviz' DOT syntax