source: trunk/wtorrent/wt/tpl/ajax.tpl.php @ 93

Revision 93, 85 bytes checked in by royger, 2 years ago (diff)
  • Migrated database from sqlite 2 to sqlite 3.
  • From now on, you will need php to be compiled with PDO and sqlite to run wTorrent.
  • Applied patch from tn123 to migrate to PDO and use prepared statements (ticket #188).
  • Created new install script.
  • To apply this update you will need to run sqlite_migration.sh to migrate your old database to sqlite3. This script assumes you have your database in db/database.db, if that's not the case edit the script and change the path.
Line 
1{if $web->isRegistered()}
2        {include file=$web->getTpl()}
3{else}
4        {$str.log_in}
5{/if}
Note: See TracBrowser for help on using the repository browser.