You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* If you'd like to use the app level SitePage, use the following $sitePages array, instead, and uncomment the AppClasses namespace alias at the top of this file.
28
29
$sitePages = array(
29
30
"widgets" => new AppClasses\SitePage("widgets","widgets",SECURITY_USER),
31
+
"DynamicRepo" => new AppClasses\SitePage("dynamic repo","dynamic-repo",SECURITY_USER),
30
32
"users" => new AppClasses\SitePage("users","users",SECURITY_ADMIN));
0 commit comments