#ifndef SHARED_SUPER_MENU_H #define SHARED_SUPER_MENU_H #include #include #include #include "../global.h" #include "../custom.h" #include "shared_server_locked.h" #include "shared_super_util.h" #include "shared_authenticate.h" #include "shared_central_log.h" #include "shared_server_string.h" #include "shared_cs_util.h" void set_admin_page(SESSION *user, char *key, int first, const char *prog); #endif