-
Notifications
You must be signed in to change notification settings - Fork 0
/
conn_helper.php
43 lines (43 loc) · 1.3 KB
/
conn_helper.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?php
$private_messages = "private_messages";
$line_up_groups = "line_up_groups";
$post_block = "post_block";
$users_info_public = "users_info_public";
$users_info = "users_info";
$group_messages_viewed = "group_messages_viewed";
$follow_notification = "follow_notification";
$followers = "followers";
$feedback = "feedback";
$views = "views";
$some_searches = "some_searches";
$emoji = "emoji";
$sitemap = "sitemap";
$user_table = "users";
$user_post = "user_post";
$groups = "groups";
$post_reactions = "post_reactions";
$contact_us = "contact_us";
$rcu = "reply_contact_us";
$post_comments = "post_comments";
$joined_groups = "joined_groups";
$user_login_info = "user_login_info";
$block_p_chat_user = "block_p_chat_user";
$chat_bot = "chat_bot";
$page_self = "";
$user_sec = "users_sec";
$site_name = "Skiyen";
$todo_list = "todo_list";
$helpcenter_question = "helpcenter_question";
$helpcenter_answer = "helpcenter_answer";
$download_app_num = "download_app_num";
$welcome_dir = "welcome";
$skiyen_boy = "_skiyen-boy.png";
$skiyen_girl = "_skiyen-girl.png";
$user_global_settings = "user_gloal_settings";
$do_you_know = "do_you_know";
$is_online = 0;
$post_elem_creator = "post_elem_creator";
$post_media_elements = "post_media_elements";
$private_starred_message = "private_starred_message";
$user_hobbies = "user_hobbies";
?>