Changeset 20593 for events/phpframework/rhaco/trunk/index.php
- Timestamp:
- 10/03/08 12:53:45 (3 months ago)
- Files:
-
- 1 modified
-
events/phpframework/rhaco/trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/rhaco/trunk/index.php
r20591 r20593 16 16 17 17 $db = new DbUtil(User::connection()); 18 RequestLogin::silent(new RequestLoginConditionDb($db, new User())); 18 19 $parser = Urls::parser( 19 20 array( … … 61 62 'method' => 'disFollow', 62 63 ), 63 64 // Request 65 '^friend_requests$' => array( 66 'class' => 'PhwittrUser', 67 'method' => 'friend_requests', 68 ), 69 '^friend_requests\/accept\/(\d+)$' => array( 70 'class' => 'PhwittrUser', 71 'method' => 'acceptRequest', 72 ), 73 '^friend_requests\/deny\/(\d+)$' => array( 74 'class' => 'PhwittrUser', 75 'method' => 'denyRequest', 76 ), 77 64 78 // ログイン/サインアップ 65 79 '^login$' => array( … … 129 143 $parser->setVariable('pf', new PhwittrFormatter()); 130 144 $parser->write(); 145
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)