Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2011 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1418825 to your computer and use it in GitHub Desktop.
Save anonymous/1418825 to your computer and use it in GitHub Desktop.
root@Microknoppix:~# grep AdminBar /data/WebGUI8/etc/*.conf
/data/WebGUI8/etc/www.example8.com.conf: "title" : "^International(basic,Macro_AdminBar);",
/data/WebGUI8/etc/www.example8.com.conf: "title" : "^International(community,Macro_AdminBar);",
/data/WebGUI8/etc/www.example8.com.conf: "title" : "^International(intranet,Macro_AdminBar);",
/data/WebGUI8/etc/www.example8.com.conf: "title" : "^International(utilities,Macro_AdminBar);",
root@Microknoppix:~# grep AdminBar /data/WebGUI/etc/*.conf
/data/WebGUI/etc/dev.localhost.localdomain.conf: "title" : "^International(basic,Macro_AdminBar);",
/data/WebGUI/etc/dev.localhost.localdomain.conf: "title" : "^International(community,Macro_AdminBar);",
/data/WebGUI/etc/dev.localhost.localdomain.conf: "title" : "^International(intranet,Macro_AdminBar);",
/data/WebGUI/etc/dev.localhost.localdomain.conf: "title" : "^International(utilities,Macro_AdminBar);",
/data/WebGUI/etc/dev.localhost.localdomain.conf: "AdminBar" : "AdminBar",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment