source: trunk/web/addons/job_monarch/lib/extjs-30/examples/statusbar/fake.php @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 69 bytes
Line 
1<?php
2    // fake form save
3    sleep(2);
4    echo '{success:true}';
Note: See TracBrowser for help on using the repository browser.